Color Hex Logo

#ddc71d Color Hex

#DDC71D
(221,199,29)
0 Favorites   0 Comments

Color spaces of #ddc71d

RGB 22119929
HSL0.150.770.49
HSV53°87°87°
CMYK 0.000.100.87   0.13
XYZ50.464056.30779.3711
Yxy56.30770.43450.4848
Hunter Lab75.0385-11.274545.1225
CIE-Lab79.7886-8.010076.8502

#ddc71d color RGB value is (221,199,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 00011101
Octal 335 307 35
Decimal 221 199 29
Hex DD C7 1D

RGB Percentages of Color #ddc71d

%49.22
%44.32
%6.46

CMYK Percentages of Color #ddc71d

%0
%10
%87
%13

Triadic Colors of #ddc71d

#ddc71d #1dddc7 #c71ddd

Analogous Colors of #ddc71d

#ddc71d #93dd1d #dd671d

Monochromatic Colors of #ddc71d

#ddc71d

Complementary Color

#ddc71d #1d33dd

#ddc71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc71d Color CSS Codes

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

#ddc71d Text Font Color

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

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


#ddc71d Background Color

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

This div background color is #ddc71d


#ddc71d Border Color

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

This div border color is #ddc71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc71d


Comments

No comments written yet.

Please login to write comment.