#DAB596

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

Shades of Pancho #DAB596

Tints of Pancho #DAB596

Color information

#DAB596 (or 0xDAB596) is unknown color: approx Pancho. HEX triplet: DA, B5 and 96. RGB value is (218,181,150). Sum of RGB (Red+Green+Blue) = 218+181+150=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB596 is #254A69. Grayscale: #BCBCBC. Windows color (decimal): -2443882 or 9876954. OLE color: 9876954.

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

Color convert

RGB218181150-
CMYK00.170.310.15
HSL27.35º47.89%72.16%-
HSV(B)27.35º31.19%85.49%-
XYZ50.9450.1635.85-
YUV188.53106.26149.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=39.71%
G=32.97%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818115000.170.310.1527.3547.8972.16
HexDAB5960111FF1b3048
Octal33226522602137173360110
Binary110110101011010110010110010001111111111110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB596; }

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

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

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

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

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

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

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

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