#DAB495

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

Shades of Pancho #DAB495

Tints of Pancho #DAB495

Color information

#DAB495 (or 0xDAB495) is unknown color: approx Pancho. HEX triplet: DA, B4 and 95. RGB value is (218,180,149). Sum of RGB (Red+Green+Blue) = 218+180+149=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB495 is #254B6A. Grayscale: #BBBBBB. Windows color (decimal): -2444139 or 9811162. OLE color: 9811162.

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

Color convert

RGB218180149-
CMYK00.170.320.15
HSL26.96º48.25%71.96%-
HSV(B)26.96º31.65%85.49%-
XYZ50.6649.7235.36-
YUV187.83106.09149.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=39.85%
G=32.91%
B=27.24%

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
Decimal21818014900.170.320.1526.9648.2571.96
HexDAB49501120F1b3048
Octal33226422502140173360110
Binary1101101010110100100101010100011000001111110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB495; }

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

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

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

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

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

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

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

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