Color Hex Logo

#ddc30a Color Hex

#DDC30A
(221,195,10)
0 Favorites   0 Comments

Color spaces of #ddc30a

RGB 22119510
HSL0.150.910.45
HSV53°95°87°
CMYK 0.000.120.95   0.13
XYZ49.388754.42438.1890
Yxy54.42430.44100.4859
Hunter Lab73.7728-9.602045.0596
CIE-Lab78.7085-6.250678.8689

#ddc30a color RGB value is (221,195,10).

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

The process color (four color CMYK) of #ddc30a color hex is 0.00, 0.12, 0.95, 0.13. Web safe color of #ddc30a is #cccc00. Color #ddc30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00001010
Octal 335 303 12
Decimal 221 195 10
Hex DD C3 A

RGB Percentages of Color #ddc30a

%51.88
%45.77
%2.35

CMYK Percentages of Color #ddc30a

%0
%12
%95
%13

Triadic Colors of #ddc30a

#ddc30a #0addc3 #c30add

Analogous Colors of #ddc30a

#ddc30a #8edd0a #dd590a

Monochromatic Colors of #ddc30a

#ddc30a

Complementary Color

#ddc30a #0a24dd

#ddc30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc30a Color CSS Codes

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

#ddc30a Text Font Color

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

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


#ddc30a Background Color

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

This div background color is #ddc30a


#ddc30a Border Color

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

This div border color is #ddc30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc30a


Comments

No comments written yet.

Please login to write comment.