#dab291

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

Shades of Pancho #DAB291

Tints of Pancho #DAB291

Color information

#DAB291 (or 0xDAB291) is unknown color: approx Pancho. HEX triplet: DA, B2 and 91. RGB value is (218,178,145). Sum of RGB (Red+Green+Blue) = 218+178+145=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB291 is #254D6E. Grayscale: #BABABA. Windows color (decimal): -2444655 or 9548506. OLE color: 9548506.

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

Color convert

RGB218178145-
CMYK00.180.330.15
HSL27.12º49.66%71.18%-
HSV(B)27.12º33.49%85.49%-
XYZ49.9448.7933.57-
YUV186.2104.75150.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=40.30%
G=32.90%
B=26.80%

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
Decimal21817814500.180.330.1527.1249.6671.18
HexDAB29101221F1b3247
Octal33226222102241173362107
Binary1101101010110010100100010100101000011111110111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dab291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dab291; }

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

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

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

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

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

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

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

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