#DABB9C

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

Shades of Pancho #DABB9C

Tints of Pancho #DABB9C

Color information

#DABB9C (or 0xDABB9C) is unknown color: approx Pancho. HEX triplet: DA, BB and 9C. RGB value is (218,187,156). Sum of RGB (Red+Green+Blue) = 218+187+156=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9C is #254463. Grayscale: #C0C0C0. Windows color (decimal): -2442340 or 10271706. OLE color: 10271706.

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

Color convert

RGB218187156-
CMYK00.140.280.15
HSL30º45.59%73.33%-
HSV(B)30º28.44%85.49%-
XYZ52.6852.8538.88-
YUV192.74107.27146.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=38.86%
G=33.33%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818715600.140.280.153045.5973.33
HexDABB9C0E1CF1e2e49
Octal33227323401634173656111
Binary11011010101110111001110001110111001111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB9C; }

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

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

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

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

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

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

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

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