Color Hex Logo

#ddc82a Color Hex

#DDC82A
(221,200,42)
0 Favorites   0 Comments

Color spaces of #ddc82a

RGB 22120042
HSL0.150.720.52
HSV53°81°87°
CMYK 0.000.100.81   0.13
XYZ50.891056.847910.4810
Yxy56.84790.43050.4809
Hunter Lab75.3975-11.463844.5364
CIE-Lab80.0940-8.187474.0197

#ddc82a color RGB value is (221,200,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 00101010
Octal 335 310 52
Decimal 221 200 42
Hex DD C8 2A

RGB Percentages of Color #ddc82a

%47.73
%43.20
%9.07

CMYK Percentages of Color #ddc82a

%0
%10
%81
%13

Triadic Colors of #ddc82a

#ddc82a #2addc8 #c82add

Analogous Colors of #ddc82a

#ddc82a #99dd2a #dd6f2a

Monochromatic Colors of #ddc82a

#ddc82a

Complementary Color

#ddc82a #2a3fdd

#ddc82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc82a Color CSS Codes

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

#ddc82a Text Font Color

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

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


#ddc82a Background Color

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

This div background color is #ddc82a


#ddc82a Border Color

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

This div border color is #ddc82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc82a


Comments

No comments written yet.

Please login to write comment.