Color Hex Logo

#dfd72b Color Hex

#DFD72B
(223,215,43)
0 Favorites   0 Comments

Color spaces of #dfd72b

RGB 22321543
HSL0.160.740.52
HSV57°81°87°
CMYK 0.000.040.81   0.13
XYZ55.167964.463311.8205
Yxy64.46330.41970.4904
Hunter Lab80.2890-17.855647.4734
CIE-Lab84.2064-14.844277.3608

#dfd72b color RGB value is (223,215,43).

#dfd72b hex color red value is 223, green value is 215 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dfd72b hue: 0.16 , saturation: 0.74 and the lightness value of dfd72b is 0.52.

The process color (four color CMYK) of #dfd72b color hex is 0.00, 0.04, 0.81, 0.13. Web safe color of #dfd72b is #cccc33. Color #dfd72b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 00101011
Octal 337 327 53
Decimal 223 215 43
Hex DF D7 2B

RGB Percentages of Color #dfd72b

%46.36
%44.70
%8.94

CMYK Percentages of Color #dfd72b

%0
%4
%81
%13

Triadic Colors of #dfd72b

#dfd72b #2bdfd7 #d72bdf

Analogous Colors of #dfd72b

#dfd72b #8ddf2b #df7d2b

Monochromatic Colors of #dfd72b

#dfd72b

Complementary Color

#dfd72b #2b33df

#dfd72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd72b Color CSS Codes

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

#dfd72b Text Font Color

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

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


#dfd72b Background Color

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

This div background color is #dfd72b


#dfd72b Border Color

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

This div border color is #dfd72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd72b


Comments

No comments written yet.

Please login to write comment.