#DAB393

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

Shades of Pancho #DAB393

Tints of Pancho #DAB393

Color information

#DAB393 (or 0xDAB393) is unknown color: approx Pancho. HEX triplet: DA, B3 and 93. RGB value is (218,179,147). Sum of RGB (Red+Green+Blue) = 218+179+147=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB393 is #254C6C. Grayscale: #BBBBBB. Windows color (decimal): -2444397 or 9679834. OLE color: 9679834.

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

Color convert

RGB218179147-
CMYK00.180.330.15
HSL27.04º48.97%71.57%-
HSV(B)27.04º32.57%85.49%-
XYZ50.349.2534.46-
YUV187.01105.42150.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 147 (57.81% from 255) = 27.02%
R=40.07%
G=32.90%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817914700.180.330.1527.0448.9771.57
HexDAB39301221F1b3148
Octal33226322302241173361110
Binary1101101010110011100100110100101000011111110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB393; }

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

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

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

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

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

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

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

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