Color Hex Logo

#dfd92b Color Hex

#DFD92B
(223,217,43)
0 Favorites   0 Comments

Color spaces of #dfd92b

RGB 22321743
HSL0.160.740.52
HSV58°81°87°
CMYK 0.000.030.81   0.13
XYZ55.680365.488111.9913
Yxy65.48810.41810.4918
Hunter Lab80.9247-18.801247.8618
CIE-Lab84.7346-15.833777.8142

#dfd92b color RGB value is (223,217,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 00101011
Octal 337 331 53
Decimal 223 217 43
Hex DF D9 2B

RGB Percentages of Color #dfd92b

%46.17
%44.93
%8.90

CMYK Percentages of Color #dfd92b

%0
%3
%81
%13

Triadic Colors of #dfd92b

#dfd92b #2bdfd9 #d92bdf

Analogous Colors of #dfd92b

#dfd92b #8bdf2b #df7f2b

Monochromatic Colors of #dfd92b

#dfd92b

Complementary Color

#dfd92b #2b31df

#dfd92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd92b Color CSS Codes

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

#dfd92b Text Font Color

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

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


#dfd92b Background Color

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

This div background color is #dfd92b


#dfd92b Border Color

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

This div border color is #dfd92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd92b


Comments

No comments written yet.

Please login to write comment.