Color Hex Logo

#ddbd15 Color Hex

#DDBD15
(221,189,21)
0 Favorites   0 Comments

Color spaces of #ddbd15

RGB 22118921
HSL0.140.830.47
HSV50°90°87°
CMYK 0.000.140.90   0.13
XYZ48.151751.82158.1741
Yxy51.82150.44520.4792
Hunter Lab71.9872-6.580143.6587
CIE-Lab77.1740-3.020876.2744

#ddbd15 color RGB value is (221,189,21).

#ddbd15 hex color red value is 221, green value is 189 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ddbd15 hue: 0.14 , saturation: 0.83 and the lightness value of ddbd15 is 0.47.

The process color (four color CMYK) of #ddbd15 color hex is 0.00, 0.14, 0.90, 0.13. Web safe color of #ddbd15 is #cccc00. Color #ddbd15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 00010101
Octal 335 275 25
Decimal 221 189 21
Hex DD BD 15

RGB Percentages of Color #ddbd15

%51.28
%43.85
%4.87

CMYK Percentages of Color #ddbd15

%0
%14
%90
%13

Triadic Colors of #ddbd15

#ddbd15 #15ddbd #bd15dd

Analogous Colors of #ddbd15

#ddbd15 #99dd15 #dd5915

Monochromatic Colors of #ddbd15

#ddbd15

Complementary Color

#ddbd15 #1535dd

#ddbd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbd15 Color CSS Codes

.mybgcolor {background-color:#ddbd15; } 
.myforecolor {color:#ddbd15; }
.mybordercolor {border:3px solid #ddbd15; }

#ddbd15 Text Font Color

<p style="color:#ddbd15">Text here</p>

This sample text font color is #ddbd15
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbd15 Background Color

<div style="background-color:#ddbd15">
Div content here</div>

This div background color is #ddbd15


#ddbd15 Border Color

<div style="border:3px solid #ddbd15">
Div here</div>

This div border color is #ddbd15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,189,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbd15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbd15;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbd15;
  box-shadow:         1px 1px 3px 2px #ddbd15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,189,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbd15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbd15;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbd15;
  box-shadow:         1px 1px 3px 2px #ddbd15;">
Div content here</div>

This div box has shadow with color #ddbd15


Comments

No comments written yet.

Please login to write comment.