#DAB894

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

Shades of Pancho #DAB894

Tints of Pancho #DAB894

Color information

#DAB894 (or 0xDAB894) is unknown color: approx Pancho. HEX triplet: DA, B8 and 94. RGB value is (218,184,148). Sum of RGB (Red+Green+Blue) = 218+184+148=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB894 is #25476B. Grayscale: #BEBEBE. Windows color (decimal): -2443116 or 9746650. OLE color: 9746650.

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

Color convert

RGB218184148-
CMYK00.160.320.15
HSL30.86º48.61%71.76%-
HSV(B)30.86º32.11%85.49%-
XYZ51.451.3235.21-
YUV190.06104.26147.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=39.64%
G=33.45%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818414800.160.320.1530.8648.6171.76
HexDAB89401020F1f3148
Octal33227022402040173761110
Binary1101101010111000100101000100001000001111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB894; }

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

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

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

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

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

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

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

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