#DABE9A

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

Shades of Pancho #DABE9A

Tints of Pancho #DABE9A

Color information

#DABE9A (or 0xDABE9A) is unknown color: approx Pancho. HEX triplet: DA, BE and 9A. RGB value is (218,190,154). Sum of RGB (Red+Green+Blue) = 218+190+154=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE9A is #254165. Grayscale: #C2C2C2. Windows color (decimal): -2441574 or 10141402. OLE color: 10141402.

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

Color convert

RGB218190154-
CMYK00.130.290.15
HSL33.75º46.38%72.94%-
HSV(B)33.75º29.36%85.49%-
XYZ53.1654.0738.21-
YUV194.27105.28144.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=38.79%
G=33.81%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819015400.130.290.1533.7546.3872.94
HexDABE9A0D1DF222e49
Octal33227623201535174256111
Binary110110101011111010011010011011110111111000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE9A; }

 p { color: rgb(218,190,154); }

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

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

 a { background-color: rgb(218,190,154); }

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

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

 span { border-color: rgb(218,190,154); }

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