#DAB995

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

Shades of Pancho #DAB995

Tints of Pancho #DAB995

Color information

#DAB995 (or 0xDAB995) is unknown color: approx Pancho. HEX triplet: DA, B9 and 95. RGB value is (218,185,149). Sum of RGB (Red+Green+Blue) = 218+185+149=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB995 is #25466A. Grayscale: #BEBEBE. Windows color (decimal): -2442859 or 9812442. OLE color: 9812442.

HSL color Cylindrical-coordinate representation of color #DAB995: hue angle of 31.3º degrees, saturation: 0.48, 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 #DAB995 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218185149-
CMYK00.150.320.15
HSL31.3º48.25%71.96%-
HSV(B)31.3º31.65%85.49%-
XYZ51.6951.7735.7-
YUV190.76104.43147.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=39.49%
G=33.51%
B=26.99%

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
Decimal21818514900.150.320.1531.348.2571.96
HexDAB9950F20F1f3048
Octal33227122501740173760110
Binary110110101011100110010101011111000001111111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB995; }

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

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

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

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

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

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

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

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