Color Hex Logo

#dfbd35 Color Hex

#DFBD35
(223,189,53)
0 Favorites   0 Comments

Color spaces of #dfbd35

RGB 22318953
HSL0.130.730.54
HSV48°76°87°
CMYK 0.000.150.76   0.13
XYZ49.271652.340210.8739
Yxy52.34020.43800.4653
Hunter Lab72.3465-5.039041.7311
CIE-Lab77.4838-1.289868.3882

#dfbd35 color RGB value is (223,189,53).

#dfbd35 hex color red value is 223, green value is 189 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dfbd35 hue: 0.13 , saturation: 0.73 and the lightness value of dfbd35 is 0.54.

The process color (four color CMYK) of #dfbd35 color hex is 0.00, 0.15, 0.76, 0.13. Web safe color of #dfbd35 is #cccc33. Color #dfbd35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 00110101
Octal 337 275 65
Decimal 223 189 53
Hex DF BD 35

RGB Percentages of Color #dfbd35

%47.96
%40.65
%11.40

CMYK Percentages of Color #dfbd35

%0
%15
%76
%13

Triadic Colors of #dfbd35

#dfbd35 #35dfbd #bd35df

Analogous Colors of #dfbd35

#dfbd35 #acdf35 #df6835

Monochromatic Colors of #dfbd35

#dfbd35

Complementary Color

#dfbd35 #3557df

#dfbd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd35 Color CSS Codes

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

#dfbd35 Text Font Color

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

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


#dfbd35 Background Color

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

This div background color is #dfbd35


#dfbd35 Border Color

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

This div border color is #dfbd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd35


Comments

No comments written yet.

Please login to write comment.