Color Hex Logo

#dfbb65 Color Hex

#DFBB65
(223,187,101)
0 Favorites   0 Comments

Color spaces of #dfbb65

RGB 223187101
HSL0.120.660.64
HSV42°55°87°
CMYK 0.000.160.55   0.13
XYZ50.550752.168219.7171
Yxy52.16820.41290.4261
Hunter Lab72.2276-1.469534.3740
CIE-Lab77.38132.598147.8514

#dfbb65 color RGB value is (223,187,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 01100101
Octal 337 273 145
Decimal 223 187 101
Hex DF BB 65

RGB Percentages of Color #dfbb65

%43.64
%36.59
%19.77

CMYK Percentages of Color #dfbb65

%0
%16
%55
%13

Triadic Colors of #dfbb65

#dfbb65 #65dfbb #bb65df

Analogous Colors of #dfbb65

#dfbb65 #c6df65 #df7e65

Monochromatic Colors of #dfbb65

#dfbb65

Complementary Color

#dfbb65 #6589df

#dfbb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbb65 Color CSS Codes

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

#dfbb65 Text Font Color

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

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


#dfbb65 Background Color

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

This div background color is #dfbb65


#dfbb65 Border Color

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

This div border color is #dfbb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbb65

#dfbb65 Color Palettes


Comments

No comments written yet.

Please login to write comment.