#DABA9B

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

Shades of Pancho #DABA9B

Tints of Pancho #DABA9B

Color information

#DABA9B (or 0xDABA9B) is unknown color: approx Pancho. HEX triplet: DA, BA and 9B. RGB value is (218,186,155). Sum of RGB (Red+Green+Blue) = 218+186+155=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA9B is #254564. Grayscale: #C0C0C0. Windows color (decimal): -2442597 or 10205914. OLE color: 10205914.

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

Color convert

RGB218186155-
CMYK00.150.290.15
HSL29.52º45.99%73.14%-
HSV(B)29.52º28.9%85.49%-
XYZ52.3952.3938.36-
YUV192.03107.1146.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=39.00%
G=33.27%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818615500.150.290.1529.5245.9973.14
HexDABA9B0F1DF1e2e49
Octal33227223301735173656111
Binary11011010101110101001101101111111011111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA9B; }

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

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

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

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

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

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

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

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