#DAB090

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

Shades of Pancho #DAB090

Tints of Pancho #DAB090

Color information

#DAB090 (or 0xDAB090) is unknown color: approx Pancho. HEX triplet: DA, B0 and 90. RGB value is (218,176,144). Sum of RGB (Red+Green+Blue) = 218+176+144=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB090 is #254F6F. Grayscale: #B9B9B9. Windows color (decimal): -2445168 or 9482458. OLE color: 9482458.

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

Color convert

RGB218176144-
CMYK00.190.340.15
HSL25.95º50%70.98%-
HSV(B)25.95º33.94%85.49%-
XYZ49.4747.9733.04-
YUV184.91104.91151.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=40.52%
G=32.71%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817614400.190.340.1525.955070.98
HexDAB09001322F1a3247
Octal33226022002342173262107
Binary1101101010110000100100000100111000101111110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB090; }

 p { color: rgb(218,176,144); }

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

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

 a { background-color: rgb(218,176,144); }

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

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

 span { border-color: rgb(218,176,144); }

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