#DABB9D

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

Shades of Pancho #DABB9D

Tints of Pancho #DABB9D

Color information

#DABB9D (or 0xDABB9D) is unknown color: approx Pancho. HEX triplet: DA, BB and 9D. RGB value is (218,187,157). Sum of RGB (Red+Green+Blue) = 218+187+157=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9D is #254462. Grayscale: #C1C1C1. Windows color (decimal): -2442339 or 10337242. OLE color: 10337242.

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

Color convert

RGB218187157-
CMYK00.140.280.15
HSL29.51º45.19%73.53%-
HSV(B)29.51º27.98%85.49%-
XYZ52.7752.8839.32-
YUV192.85107.77145.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=38.79%
G=33.27%
B=27.94%

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
Decimal21818715700.140.280.1529.5145.1973.53
HexDABB9D0E1CF1e2d4a
Octal33227323501634173655112
Binary11011010101110111001110101110111001111111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB9D; }

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

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

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

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

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

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

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

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