Color Hex Logo

#ddc02b Color Hex

#DDC02B
(221,192,43)
0 Favorites   0 Comments

Color spaces of #ddc02b

RGB 22119243
HSL0.140.720.52
HSV50°81°87°
CMYK 0.000.130.81   0.13
XYZ49.104553.24589.9749
Yxy53.24580.43720.4740
Hunter Lab72.9697-7.576642.9739
CIE-Lab78.0199-4.055171.9435

#ddc02b color RGB value is (221,192,43).

#ddc02b hex color red value is 221, green value is 192 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ddc02b hue: 0.14 , saturation: 0.72 and the lightness value of ddc02b is 0.52.

The process color (four color CMYK) of #ddc02b color hex is 0.00, 0.13, 0.81, 0.13. Web safe color of #ddc02b is #cccc33. Color #ddc02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00101011
Octal 335 300 53
Decimal 221 192 43
Hex DD C0 2B

RGB Percentages of Color #ddc02b

%48.46
%42.11
%9.43

CMYK Percentages of Color #ddc02b

%0
%13
%81
%13

Triadic Colors of #ddc02b

#ddc02b #2bddc0 #c02bdd

Analogous Colors of #ddc02b

#ddc02b #a1dd2b #dd672b

Monochromatic Colors of #ddc02b

#ddc02b

Complementary Color

#ddc02b #2b48dd

#ddc02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc02b Color CSS Codes

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

#ddc02b Text Font Color

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

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


#ddc02b Background Color

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

This div background color is #ddc02b


#ddc02b Border Color

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

This div border color is #ddc02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc02b


Comments

No comments written yet.

Please login to write comment.