#DAB997

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

Shades of Pancho #DAB997

Tints of Pancho #DAB997

Color information

#DAB997 (or 0xDAB997) is unknown color: approx Pancho. HEX triplet: DA, B9 and 97. RGB value is (218,185,151). Sum of RGB (Red+Green+Blue) = 218+185+151=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB997 is #254668. Grayscale: #BFBFBF. Windows color (decimal): -2442857 or 9943514. OLE color: 9943514.

HSL color Cylindrical-coordinate representation of color #DAB997: hue angle of 30.45º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAB997 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218185151-
CMYK00.150.310.15
HSL30.45º47.52%72.35%-
HSV(B)30.45º30.73%85.49%-
XYZ51.8551.8436.55-
YUV190.99105.43147.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=39.35%
G=33.39%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818515100.150.310.1530.4547.5272.35
HexDAB9970F1FF1e3048
Octal33227122701737173660110
Binary11011010101110011001011101111111111111111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB997; }

 p { color: rgb(218,185,151); }

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

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

 a { background-color: rgb(218,185,151); }

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

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

 span { border-color: rgb(218,185,151); }

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