#DABB9B

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

Shades of Pancho #DABB9B

Tints of Pancho #DABB9B

Color information

#DABB9B (or 0xDABB9B) is unknown color: approx Pancho. HEX triplet: DA, BB and 9B. RGB value is (218,187,155). Sum of RGB (Red+Green+Blue) = 218+187+155=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9B is #254464. Grayscale: #C0C0C0. Windows color (decimal): -2442341 or 10206170. OLE color: 10206170.

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

Color convert

RGB218187155-
CMYK00.140.290.15
HSL30.48º45.99%73.14%-
HSV(B)30.48º28.9%85.49%-
XYZ52.652.8138.43-
YUV192.62106.77146.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=38.93%
G=33.39%
B=27.68%

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
Decimal21818715500.140.290.1530.4845.9973.14
HexDABB9B0E1DF1e2e49
Octal33227323301635173656111
Binary11011010101110111001101101110111011111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB9B; }

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

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

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

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

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

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

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

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