Color Hex Logo

#ddc92c Color Hex

#DDC92C
(221,201,44)
0 Favorites   0 Comments

Color spaces of #ddc92c

RGB 22120144
HSL0.150.720.52
HSV53°80°87°
CMYK 0.000.090.80   0.13
XYZ51.160157.327310.7517
Yxy57.32730.42910.4808
Hunter Lab75.7148-11.889344.5810
CIE-Lab80.3633-8.634173.7017

#ddc92c color RGB value is (221,201,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00101100
Octal 335 311 54
Decimal 221 201 44
Hex DD C9 2C

RGB Percentages of Color #ddc92c

%47.42
%43.13
%9.44

CMYK Percentages of Color #ddc92c

%0
%9
%80
%13

Triadic Colors of #ddc92c

#ddc92c #2cddc9 #c92cdd

Analogous Colors of #ddc92c

#ddc92c #99dd2c #dd712c

Monochromatic Colors of #ddc92c

#ddc92c

Complementary Color

#ddc92c #2c40dd

#ddc92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc92c Color CSS Codes

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

#ddc92c Text Font Color

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

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


#ddc92c Background Color

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

This div background color is #ddc92c


#ddc92c Border Color

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

This div border color is #ddc92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc92c


Comments

No comments written yet.

Please login to write comment.