#DAABA5

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

Shades of Shilo #DAABA5

Tints of Shilo #DAABA5

Color information

#DAABA5 (or 0xDAABA5) is unknown color: approx Shilo. HEX triplet: DA, AB and A5. RGB value is (218,171,165). Sum of RGB (Red+Green+Blue) = 218+171+165=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABA5 is #25545A. Grayscale: #B8B8B8. Windows color (decimal): -2446427 or 10857434. OLE color: 10857434.

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

Color convert

RGB218171165-
CMYK00.220.240.15
HSL6.79º41.73%75.1%-
HSV(B)6.79º24.31%85.49%-
XYZ50.2746.7541.97-
YUV184.37117.07151.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=39.35%
G=30.87%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817116500.220.240.156.7941.7375.1
HexDAABA501618F72a4b
Octal3322532450263017752113
Binary1101101010101011101001010101101100011111111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABA5; }

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

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

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

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

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

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

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

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