#DABA90

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

Shades of Pancho #DABA90

Tints of Pancho #DABA90

Color information

#DABA90 (or 0xDABA90) is unknown color: approx Pancho. HEX triplet: DA, BA and 90. RGB value is (218,186,144). Sum of RGB (Red+Green+Blue) = 218+186+144=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA90 is #25456F. Grayscale: #BEBEBE. Windows color (decimal): -2442608 or 9485018. OLE color: 9485018.

HSL color Cylindrical-coordinate representation of color #DABA90: hue angle of 34.05º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DABA90 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218186144-
CMYK00.150.340.15
HSL34.05º50%70.98%-
HSV(B)34.05º33.94%85.49%-
XYZ51.5152.0433.72-
YUV190.78101.6147.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 144 (56.64% from 255) = 26.28%
R=39.78%
G=33.94%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818614400.150.340.1534.055070.98
HexDABA900F22F223247
Octal33227222001742174262107
Binary1101101010111010100100000111110001011111000101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA90; }

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

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

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

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

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

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

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

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