Color Hex Logo

#dfd84b Color Hex

#DFD84B
(223,216,75)
0 Favorites   0 Comments

Color spaces of #dfd84b

RGB 22321675
HSL0.160.700.58
HSV57°66°87°
CMYK 0.000.030.66   0.13
XYZ56.257365.307716.2972
Yxy65.30770.40810.4737
Hunter Lab80.8132-17.162044.6125
CIE-Lab84.6420-13.994467.3314

#dfd84b color RGB value is (223,216,75).

#dfd84b hex color red value is 223, green value is 216 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dfd84b hue: 0.16 , saturation: 0.70 and the lightness value of dfd84b is 0.58.

The process color (four color CMYK) of #dfd84b color hex is 0.00, 0.03, 0.66, 0.13. Web safe color of #dfd84b is #cccc33. Color #dfd84b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01001011
Octal 337 330 113
Decimal 223 216 75
Hex DF D8 4B

RGB Percentages of Color #dfd84b

%43.39
%42.02
%14.59

CMYK Percentages of Color #dfd84b

%0
%3
%66
%13

Triadic Colors of #dfd84b

#dfd84b #4bdfd8 #d84bdf

Analogous Colors of #dfd84b

#dfd84b #9cdf4b #df8e4b

Monochromatic Colors of #dfd84b

#dfd84b

Complementary Color

#dfd84b #4b52df

#dfd84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd84b Color CSS Codes

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

#dfd84b Text Font Color

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

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


#dfd84b Background Color

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

This div background color is #dfd84b


#dfd84b Border Color

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

This div border color is #dfd84b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,216,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd84b


Comments

No comments written yet.

Please login to write comment.