#DAB191

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

Shades of Pancho #DAB191

Tints of Pancho #DAB191

Color information

#DAB191 (or 0xDAB191) is unknown color: approx Pancho. HEX triplet: DA, B1 and 91. RGB value is (218,177,145). Sum of RGB (Red+Green+Blue) = 218+177+145=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB191 is #254E6E. Grayscale: #B9B9B9. Windows color (decimal): -2444911 or 9548250. OLE color: 9548250.

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

Color convert

RGB218177145-
CMYK00.190.330.15
HSL26.3º49.66%71.18%-
HSV(B)26.3º33.49%85.49%-
XYZ49.7548.3933.51-
YUV185.61105.08151.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=40.37%
G=32.78%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817714500.190.330.1526.349.6671.18
HexDAB19101321F1a3247
Octal33226122102341173262107
Binary1101101010110001100100010100111000011111110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB191; }

 p { color: rgb(218,177,145); }

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

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

 a { background-color: rgb(218,177,145); }

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

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

 span { border-color: rgb(218,177,145); }

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