Color Hex Logo

#ddb906 Color Hex

#DDB906
(221,185,6)
0 Favorites   0 Comments

Color spaces of #ddb906

RGB 2211856
HSL0.140.950.45
HSV50°97°87°
CMYK 0.000.160.97   0.13
XYZ47.200650.08327.3516
Yxy50.08320.45110.4786
Hunter Lab70.7695-4.793843.3795
CIE-Lab76.1203-1.120877.3882

#ddb906 color RGB value is (221,185,6).

#ddb906 hex color red value is 221, green value is 185 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ddb906 hue: 0.14 , saturation: 0.95 and the lightness value of ddb906 is 0.45.

The process color (four color CMYK) of #ddb906 color hex is 0.00, 0.16, 0.97, 0.13. Web safe color of #ddb906 is #cccc00. Color #ddb906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 00000110
Octal 335 271 6
Decimal 221 185 6
Hex DD B9 6

RGB Percentages of Color #ddb906

%53.64
%44.90
%1.46

CMYK Percentages of Color #ddb906

%0
%16
%97
%13

Triadic Colors of #ddb906

#ddb906 #06ddb9 #b906dd

Analogous Colors of #ddb906

#ddb906 #96dd06 #dd4d06

Monochromatic Colors of #ddb906

#ddb906

Complementary Color

#ddb906 #062add

#ddb906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb906 Color CSS Codes

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

#ddb906 Text Font Color

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

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


#ddb906 Background Color

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

This div background color is #ddb906


#ddb906 Border Color

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

This div border color is #ddb906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb906


Comments

No comments written yet.

Please login to write comment.