#DAABA1

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

Shades of Shilo #DAABA1

Tints of Shilo #DAABA1

Color information

#DAABA1 (or 0xDAABA1) is unknown color: approx Shilo. HEX triplet: DA, AB and A1. RGB value is (218,171,161). Sum of RGB (Red+Green+Blue) = 218+171+161=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABA1 is #25545E. Grayscale: #B8B8B8. Windows color (decimal): -2446431 or 10595290. OLE color: 10595290.

HSL color Cylindrical-coordinate representation of color #DAABA1: hue angle of 10.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAABA1 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218171161-
CMYK00.220.260.15
HSL10.53º43.51%74.31%-
HSV(B)10.53º26.15%85.49%-
XYZ49.9146.640.08-
YUV183.91115.07152.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=39.64%
G=31.09%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817116100.220.260.1510.5343.5174.31
HexDAABA10161AFb2c4a
Octal33225324102632171354112
Binary11011010101010111010000101011011010111110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABA1; }

 p { color: rgb(218,171,161); }

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

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

 a { background-color: rgb(218,171,161); }

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

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

 span { border-color: rgb(218,171,161); }

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