#DAB394

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

Shades of Pancho #DAB394

Tints of Pancho #DAB394

Color information

#DAB394 (or 0xDAB394) is unknown color: approx Pancho. HEX triplet: DA, B3 and 94. RGB value is (218,179,148). Sum of RGB (Red+Green+Blue) = 218+179+148=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB394 is #254C6B. Grayscale: #BBBBBB. Windows color (decimal): -2444396 or 9745370. OLE color: 9745370.

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

Color convert

RGB218179148-
CMYK00.180.320.15
HSL26.57º48.61%71.76%-
HSV(B)26.57º32.11%85.49%-
XYZ50.3849.2834.87-
YUV187.13105.92150.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=40%
G=32.84%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817914800.180.320.1526.5748.6171.76
HexDAB39401220F1b3148
Octal33226322402240173361110
Binary1101101010110011100101000100101000001111110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB394; }

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

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

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

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

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

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

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

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