Color Hex Logo

#ddd62b Color Hex

#DDD62B
(221,214,43)
0 Favorites   0 Comments

Color spaces of #ddd62b

RGB 22121443
HSL0.160.720.52
HSV58°81°87°
CMYK 0.000.030.81   0.13
XYZ54.301463.639711.7072
Yxy63.63970.41880.4909
Hunter Lab79.7745-18.102947.1411
CIE-Lab83.7778-15.192076.9277

#ddd62b color RGB value is (221,214,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 00101011
Octal 335 326 53
Decimal 221 214 43
Hex DD D6 2B

RGB Percentages of Color #ddd62b

%46.23
%44.77
%9.00

CMYK Percentages of Color #ddd62b

%0
%3
%81
%13

Triadic Colors of #ddd62b

#ddd62b #2bddd6 #d62bdd

Analogous Colors of #ddd62b

#ddd62b #8bdd2b #dd7d2b

Monochromatic Colors of #ddd62b

#ddd62b

Complementary Color

#ddd62b #2b32dd

#ddd62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd62b Color CSS Codes

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

#ddd62b Text Font Color

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

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


#ddd62b Background Color

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

This div background color is #ddd62b


#ddd62b Border Color

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

This div border color is #ddd62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd62b


Comments

No comments written yet.

Please login to write comment.