Color Hex Logo

#ddc506 Color Hex

#DDC506
(221,197,6)
0 Favorites   0 Comments

Color spaces of #ddc506

RGB 2211976
HSL0.150.950.45
HSV53°97°87°
CMYK 0.000.110.97   0.13
XYZ49.817955.31788.2240
Yxy55.31780.43950.4880
Hunter Lab74.3759-10.596445.5073
CIE-Lab79.2240-7.311479.6376

#ddc506 color RGB value is (221,197,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 00000110
Octal 335 305 6
Decimal 221 197 6
Hex DD C5 6

RGB Percentages of Color #ddc506

%52.12
%46.46
%1.42

CMYK Percentages of Color #ddc506

%0
%11
%97
%13

Triadic Colors of #ddc506

#ddc506 #06ddc5 #c506dd

Analogous Colors of #ddc506

#ddc506 #8add06 #dd5a06

Monochromatic Colors of #ddc506

#ddc506

Complementary Color

#ddc506 #061edd

#ddc506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc506 Color CSS Codes

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

#ddc506 Text Font Color

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

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


#ddc506 Background Color

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

This div background color is #ddc506


#ddc506 Border Color

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

This div border color is #ddc506


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,197,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 #ddc506">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc506


Comments

No comments written yet.

Please login to write comment.