#DAB293

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

Shades of Pancho #DAB293

Tints of Pancho #DAB293

Color information

#DAB293 (or 0xDAB293) is unknown color: approx Pancho. HEX triplet: DA, B2 and 93. RGB value is (218,178,147). Sum of RGB (Red+Green+Blue) = 218+178+147=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB293 is #254D6C. Grayscale: #BABABA. Windows color (decimal): -2444653 or 9679578. OLE color: 9679578.

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

Color convert

RGB218178147-
CMYK00.180.330.15
HSL26.2º48.97%71.57%-
HSV(B)26.2º32.57%85.49%-
XYZ50.148.8534.39-
YUV186.43105.75150.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=40.15%
G=32.78%
B=27.07%

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
Decimal21817814700.180.330.1526.248.9771.57
HexDAB29301221F1a3148
Octal33226222302241173261110
Binary1101101010110010100100110100101000011111110101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB293; }

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

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

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

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

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

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

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

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