#DABB97

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

Shades of Pancho #DABB97

Tints of Pancho #DABB97

Color information

#DABB97 (or 0xDABB97) is unknown color: approx Pancho. HEX triplet: DA, BB and 97. RGB value is (218,187,151). Sum of RGB (Red+Green+Blue) = 218+187+151=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB97 is #254468. Grayscale: #C0C0C0. Windows color (decimal): -2442345 or 9944026. OLE color: 9944026.

HSL color Cylindrical-coordinate representation of color #DABB97: hue angle of 32.24º 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 #DABB97 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218187151-
CMYK00.140.310.15
HSL32.24º47.52%72.35%-
HSV(B)32.24º30.73%85.49%-
XYZ52.2752.6836.69-
YUV192.16104.77146.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=39.21%
G=33.63%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818715100.140.310.1532.2447.5272.35
HexDABB970E1FF203048
Octal33227322701637174060110
Binary110110101011101110010111011101111111111000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB97; }

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

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

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

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

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

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

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

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