#DAB592

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

Shades of Pancho #DAB592

Tints of Pancho #DAB592

Color information

#DAB592 (or 0xDAB592) is unknown color: approx Pancho. HEX triplet: DA, B5 and 92. RGB value is (218,181,146). Sum of RGB (Red+Green+Blue) = 218+181+146=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB592 is #254A6D. Grayscale: #BCBCBC. Windows color (decimal): -2443886 or 9614810. OLE color: 9614810.

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

Color convert

RGB218181146-
CMYK00.170.330.15
HSL29.17º49.32%71.37%-
HSV(B)29.17º33.03%85.49%-
XYZ50.6350.0334.18-
YUV188.07104.26149.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=40%
G=33.21%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818114600.170.330.1529.1749.3271.37
HexDAB59201121F1d3147
Octal33226522202141173561107
Binary1101101010110101100100100100011000011111111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB592; }

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

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

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

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

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

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

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

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