#DAB595

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

Shades of Pancho #DAB595

Tints of Pancho #DAB595

Color information

#DAB595 (or 0xDAB595) is unknown color: approx Pancho. HEX triplet: DA, B5 and 95. RGB value is (218,181,149). Sum of RGB (Red+Green+Blue) = 218+181+149=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB595 is #254A6A. Grayscale: #BCBCBC. Windows color (decimal): -2443883 or 9811418. OLE color: 9811418.

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

Color convert

RGB218181149-
CMYK00.170.320.15
HSL27.83º48.25%71.96%-
HSV(B)27.83º31.65%85.49%-
XYZ50.8650.1235.43-
YUV188.42105.76149.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=39.78%
G=33.03%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818114900.170.320.1527.8348.2571.96
HexDAB59501120F1c3048
Octal33226522502140173460110
Binary1101101010110101100101010100011000001111111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB595; }

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

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

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

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

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

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

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

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