#DABC9E

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

Shades of Pancho #DABC9E

Tints of Pancho #DABC9E

Color information

#DABC9E (or 0xDABC9E) is unknown color: approx Pancho. HEX triplet: DA, BC and 9E. RGB value is (218,188,158). Sum of RGB (Red+Green+Blue) = 218+188+158=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC9E is #254361. Grayscale: #C1C1C1. Windows color (decimal): -2442082 or 10403034. OLE color: 10403034.

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

Color convert

RGB218188158-
CMYK00.140.280.15
HSL30º44.78%73.73%-
HSV(B)30º27.52%85.49%-
XYZ53.0753.3439.85-
YUV193.55107.94145.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=38.65%
G=33.33%
B=28.01%

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
Decimal21818815800.140.280.153044.7873.73
HexDABC9E0E1CF1e2d4a
Octal33227423601634173655112
Binary11011010101111001001111001110111001111111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC9E; }

 p { color: rgb(218,188,158); }

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

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

 a { background-color: rgb(218,188,158); }

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

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

 span { border-color: rgb(218,188,158); }

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