#DAABA4

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

Shades of Shilo #DAABA4

Tints of Shilo #DAABA4

Color information

#DAABA4 (or 0xDAABA4) is unknown color: approx Shilo. HEX triplet: DA, AB and A4. RGB value is (218,171,164). Sum of RGB (Red+Green+Blue) = 218+171+164=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABA4 is #25545B. Grayscale: #B8B8B8. Windows color (decimal): -2446428 or 10791898. OLE color: 10791898.

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

Color convert

RGB218171164-
CMYK00.220.250.15
HSL7.78º42.19%74.9%-
HSV(B)7.78º24.77%85.49%-
XYZ50.1846.7141.49-
YUV184.26116.57152.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=39.42%
G=30.92%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817116400.220.250.157.7842.1974.9
HexDAABA401619F82a4b
Octal33225324402631171052113
Binary11011010101010111010010001011011001111110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABA4; }

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

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

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

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

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

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

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

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