Color Hex Logo

#dfbd61 Color Hex

#DFBD61
(223,189,97)
0 Favorites   0 Comments

Color spaces of #dfbd61

RGB 22318997
HSL0.120.660.63
HSV44°57°87°
CMYK 0.000.150.57   0.13
XYZ50.786752.946218.8522
Yxy52.94620.41430.4319
Hunter Lab72.7641-2.750835.5737
CIE-Lab77.84321.236550.3271

#dfbd61 color RGB value is (223,189,97).

#dfbd61 hex color red value is 223, green value is 189 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dfbd61 hue: 0.12 , saturation: 0.66 and the lightness value of dfbd61 is 0.63.

The process color (four color CMYK) of #dfbd61 color hex is 0.00, 0.15, 0.57, 0.13. Web safe color of #dfbd61 is #cccc66. Color #dfbd61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01100001
Octal 337 275 141
Decimal 223 189 97
Hex DF BD 61

RGB Percentages of Color #dfbd61

%43.81
%37.13
%19.06

CMYK Percentages of Color #dfbd61

%0
%15
%57
%13

Triadic Colors of #dfbd61

#dfbd61 #61dfbd #bd61df

Analogous Colors of #dfbd61

#dfbd61 #c2df61 #df7e61

Monochromatic Colors of #dfbd61

#dfbd61

Complementary Color

#dfbd61 #6183df

#dfbd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd61 Color CSS Codes

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

#dfbd61 Text Font Color

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

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


#dfbd61 Background Color

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

This div background color is #dfbd61


#dfbd61 Border Color

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

This div border color is #dfbd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd61


Comments

No comments written yet.

Please login to write comment.