Color Hex Logo

#dfd83b Color Hex

#DFD83B
(223,216,59)
0 Favorites   0 Comments

Color spaces of #dfd83b

RGB 22321659
HSL0.160.720.55
HSV57°74°87°
CMYK 0.000.030.74   0.13
XYZ55.776765.115513.7665
Yxy65.11550.41420.4836
Hunter Lab80.6942-17.833646.3710
CIE-Lab84.5432-14.767372.9695

#dfd83b color RGB value is (223,216,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 00111011
Octal 337 330 73
Decimal 223 216 59
Hex DF D8 3B

RGB Percentages of Color #dfd83b

%44.78
%43.37
%11.85

CMYK Percentages of Color #dfd83b

%0
%3
%74
%13

Triadic Colors of #dfd83b

#dfd83b #3bdfd8 #d83bdf

Analogous Colors of #dfd83b

#dfd83b #94df3b #df863b

Monochromatic Colors of #dfd83b

#dfd83b

Complementary Color

#dfd83b #3b42df

#dfd83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd83b Color CSS Codes

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

#dfd83b Text Font Color

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

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


#dfd83b Background Color

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

This div background color is #dfd83b


#dfd83b Border Color

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

This div border color is #dfd83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd83b


Comments

No comments written yet.

Please login to write comment.