Color Hex Logo

#dfb21d Color Hex

#DFB21D
(223,178,29)
0 Favorites   0 Comments

Color spaces of #dfb21d

RGB 22317829
HSL0.130.770.49
HSV46°87°87°
CMYK 0.000.200.87   0.13
XYZ46.573647.61757.8988
Yxy47.61750.45620.4664
Hunter Lab69.0054-0.285141.5171
CIE-Lab74.58303.744372.7653

#dfb21d color RGB value is (223,178,29).

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

The process color (four color CMYK) of #dfb21d color hex is 0.00, 0.20, 0.87, 0.13. Web safe color of #dfb21d is #cc9933. Color #dfb21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00011101
Octal 337 262 35
Decimal 223 178 29
Hex DF B2 1D

RGB Percentages of Color #dfb21d

%51.86
%41.40
%6.74

CMYK Percentages of Color #dfb21d

%0
%20
%87
%13

Triadic Colors of #dfb21d

#dfb21d #1ddfb2 #b21ddf

Analogous Colors of #dfb21d

#dfb21d #abdf1d #df511d

Monochromatic Colors of #dfb21d

#dfb21d

Complementary Color

#dfb21d #1d4adf

#dfb21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb21d Color CSS Codes

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

#dfb21d Text Font Color

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

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


#dfb21d Background Color

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

This div background color is #dfb21d


#dfb21d Border Color

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

This div border color is #dfb21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb21d


Comments

No comments written yet.

Please login to write comment.