Color Hex Logo

#dfbc61 Color Hex

#DFBC61
(223,188,97)
0 Favorites   0 Comments

Color spaces of #dfbc61

RGB 22318897
HSL0.120.660.63
HSV43°57°87°
CMYK 0.000.160.57   0.13
XYZ50.572352.517518.7807
Yxy52.51750.41500.4309
Hunter Lab72.4690-2.254935.3630
CIE-Lab77.58931.759550.0304

#dfbc61 color RGB value is (223,188,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 01100001
Octal 337 274 141
Decimal 223 188 97
Hex DF BC 61

RGB Percentages of Color #dfbc61

%43.90
%37.01
%19.09

CMYK Percentages of Color #dfbc61

%0
%16
%57
%13

Triadic Colors of #dfbc61

#dfbc61 #61dfbc #bc61df

Analogous Colors of #dfbc61

#dfbc61 #c3df61 #df7d61

Monochromatic Colors of #dfbc61

#dfbc61

Complementary Color

#dfbc61 #6184df

#dfbc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc61 Color CSS Codes

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

#dfbc61 Text Font Color

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

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


#dfbc61 Background Color

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

This div background color is #dfbc61


#dfbc61 Border Color

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

This div border color is #dfbc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc61


Comments

No comments written yet.

Please login to write comment.