Color Hex Logo

#ddc81d Color Hex

#DDC81D
(221,200,29)
0 Favorites   0 Comments

Color spaces of #ddc81d

RGB 22120029
HSL0.150.770.49
HSV53°87°87°
CMYK 0.000.100.87   0.13
XYZ50.694856.76949.4481
Yxy56.76940.43360.4856
Hunter Lab75.3455-11.754245.3070
CIE-Lab80.0497-8.519177.0592

#ddc81d color RGB value is (221,200,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 00011101
Octal 335 310 35
Decimal 221 200 29
Hex DD C8 1D

RGB Percentages of Color #ddc81d

%49.11
%44.44
%6.44

CMYK Percentages of Color #ddc81d

%0
%10
%87
%13

Triadic Colors of #ddc81d

#ddc81d #1dddc8 #c81ddd

Analogous Colors of #ddc81d

#ddc81d #92dd1d #dd681d

Monochromatic Colors of #ddc81d

#ddc81d

Complementary Color

#ddc81d #1d32dd

#ddc81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc81d Color CSS Codes

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

#ddc81d Text Font Color

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

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


#ddc81d Background Color

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

This div background color is #ddc81d


#ddc81d Border Color

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

This div border color is #ddc81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc81d


Comments

No comments written yet.

Please login to write comment.