Color Hex Logo

#ddc91d Color Hex

#DDC91D
(221,201,29)
0 Favorites   0 Comments

Color spaces of #ddc91d

RGB 22120129
HSL0.150.770.49
HSV54°87°87°
CMYK 0.000.090.87   0.13
XYZ50.927257.23419.5255
Yxy57.23410.43270.4863
Hunter Lab75.6532-12.233045.4920
CIE-Lab80.3111-9.027077.2687

#ddc91d color RGB value is (221,201,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00011101
Octal 335 311 35
Decimal 221 201 29
Hex DD C9 1D

RGB Percentages of Color #ddc91d

%49.00
%44.57
%6.43

CMYK Percentages of Color #ddc91d

%0
%9
%87
%13

Triadic Colors of #ddc91d

#ddc91d #1dddc9 #c91ddd

Analogous Colors of #ddc91d

#ddc91d #91dd1d #dd691d

Monochromatic Colors of #ddc91d

#ddc91d

Complementary Color

#ddc91d #1d31dd

#ddc91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc91d Color CSS Codes

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

#ddc91d Text Font Color

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

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


#ddc91d Background Color

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

This div background color is #ddc91d


#ddc91d Border Color

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

This div border color is #ddc91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc91d


Comments

No comments written yet.

Please login to write comment.