#DFBD99

Color #DFBD99 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DFBD99

Tints of Pancho #DFBD99

Color information

#DFBD99 (or 0xDFBD99) is unknown color: approx Pancho. HEX triplet: DF, BD and 99. RGB value is (223,189,153). Sum of RGB (Red+Green+Blue) = 223+189+153=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD99 is #204266. Grayscale: #C3C3C3. Windows color (decimal): -2114151 or 10075615. OLE color: 10075615.

HSL color Cylindrical-coordinate representation of color #DFBD99: hue angle of 30.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFBD99 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223189153-
CMYK00.150.310.13
HSL30.86º52.24%73.73%-
HSV(B)30.86º31.39%87.45%-
XYZ54.3854.3837.77-
YUV195.06104.26147.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=39.47%
G=33.45%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318915300.150.310.1330.8652.2473.73
HexDFBD990F1FD1f344a
Octal33727523101737153764112
Binary11011111101111011001100101111111111101111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD99; }

 p { color: rgb(223,189,153); }

 H1.HeaderClassName
 {
   color: #DFBD99;
 }
 .AnyTagClassName
 {
   color: #DFBD99;
 }
</style>
background-color css

<style>
 a { background-color: #DFBD99; }

 a { background-color: rgb(223,189,153); }

 div.DivClassName
 {
   background-color: #DFBD99;
 }
 .BgClassName
 {
   background-color: #DFBD99;
 }
</style>
border-color css

<style>
 span { border-color: #DFBD99; }

 span { border-color: rgb(223,189,153); }

 td.TdClassName
 {
   border-color: #DFBD99;
 }
 .TagClassName
 {
   border-color: #DFBD99;
 }
</style>