Color Hex Logo

#ddbd10 Color Hex

#DDBD10
(221,189,16)
0 Favorites   0 Comments

Color spaces of #ddbd10

RGB 22118916
HSL0.140.860.46
HSV51°93°87°
CMYK 0.000.140.93   0.13
XYZ48.109951.80487.9539
Yxy51.80480.44600.4803
Hunter Lab71.9756-6.644243.8308
CIE-Lab77.1640-3.093077.0217

#ddbd10 color RGB value is (221,189,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 00010000
Octal 335 275 20
Decimal 221 189 16
Hex DD BD 10

RGB Percentages of Color #ddbd10

%51.88
%44.37
%3.76

CMYK Percentages of Color #ddbd10

%0
%14
%93
%13

Triadic Colors of #ddbd10

#ddbd10 #10ddbd #bd10dd

Analogous Colors of #ddbd10

#ddbd10 #97dd10 #dd5710

Monochromatic Colors of #ddbd10

#ddbd10

Complementary Color

#ddbd10 #1030dd

#ddbd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbd10 Color CSS Codes

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

#ddbd10 Text Font Color

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

This sample text font color is #ddbd10
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.


#ddbd10 Background Color

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

This div background color is #ddbd10


#ddbd10 Border Color

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

This div border color is #ddbd10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbd10


Comments

No comments written yet.

Please login to write comment.