#DAB994

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

Shades of Pancho #DAB994

Tints of Pancho #DAB994

Color information

#DAB994 (or 0xDAB994) is unknown color: approx Pancho. HEX triplet: DA, B9 and 94. RGB value is (218,185,148). Sum of RGB (Red+Green+Blue) = 218+185+148=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB994 is #25466B. Grayscale: #BEBEBE. Windows color (decimal): -2442860 or 9746906. OLE color: 9746906.

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

Color convert

RGB218185148-
CMYK00.150.320.15
HSL31.71º48.61%71.76%-
HSV(B)31.71º32.11%85.49%-
XYZ51.6151.7435.28-
YUV190.65103.93147.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=39.56%
G=33.58%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818514800.150.320.1531.7148.6171.76
HexDAB9940F20F203148
Octal33227122401740174061110
Binary1101101010111001100101000111110000011111000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB994; }

 p { color: rgb(218,185,148); }

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

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

 a { background-color: rgb(218,185,148); }

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

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

 span { border-color: rgb(218,185,148); }

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