#DABB9A

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

Shades of Pancho #DABB9A

Tints of Pancho #DABB9A

Color information

#DABB9A (or 0xDABB9A) is unknown color: approx Pancho. HEX triplet: DA, BB and 9A. RGB value is (218,187,154). Sum of RGB (Red+Green+Blue) = 218+187+154=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9A is #254465. Grayscale: #C0C0C0. Windows color (decimal): -2442342 or 10140634. OLE color: 10140634.

HSL color Cylindrical-coordinate representation of color #DABB9A: hue angle of 30.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DABB9A is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218187154-
CMYK00.140.290.15
HSL30.94º46.38%72.94%-
HSV(B)30.94º29.36%85.49%-
XYZ52.5252.7837.99-
YUV192.51106.27146.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 154 (60.55% from 255) = 27.55%
R=39.00%
G=33.45%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818715400.140.290.1530.9446.3872.94
HexDABB9A0E1DF1f2e49
Octal33227323201635173756111
Binary11011010101110111001101001110111011111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB9A; }

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

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

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

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

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

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

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

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