#DAB493

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

Shades of Pancho #DAB493

Tints of Pancho #DAB493

Color information

#DAB493 (or 0xDAB493) is unknown color: approx Pancho. HEX triplet: DA, B4 and 93. RGB value is (218,180,147). Sum of RGB (Red+Green+Blue) = 218+180+147=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB493 is #254B6C. Grayscale: #BBBBBB. Windows color (decimal): -2444141 or 9680090. OLE color: 9680090.

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

Color convert

RGB218180147-
CMYK00.170.330.15
HSL27.89º48.97%71.57%-
HSV(B)27.89º32.57%85.49%-
XYZ50.549.6534.53-
YUV187.6105.09149.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=40%
G=33.03%
B=26.97%

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
Decimal21818014700.170.330.1527.8948.9771.57
HexDAB49301121F1c3148
Octal33226422302141173461110
Binary1101101010110100100100110100011000011111111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB493; }

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

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

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

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

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

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

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

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