#DBAAA4

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

Shades of Shilo #DBAAA4

Tints of Shilo #DBAAA4

Color information

#DBAAA4 (or 0xDBAAA4) is unknown color: approx Shilo. HEX triplet: DB, AA and A4. RGB value is (219,170,164). Sum of RGB (Red+Green+Blue) = 219+170+164=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAA4 is #24555B. Grayscale: #B8B8B8. Windows color (decimal): -2381148 or 10791643. OLE color: 10791643.

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

Color convert

RGB219170164-
CMYK00.220.250.14
HSL6.55º43.31%75.1%-
HSV(B)6.55º25.11%85.88%-
XYZ50.2946.4941.44-
YUV183.97116.73152.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=39.60%
G=30.74%
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.14
SystemRedGreenBlueCMYKHSL
Decimal21917016400.220.250.146.5543.3175.1
HexDBAAA401619E72b4b
Octal3332522440263116753113
Binary1101101110101010101001000101101100111101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAA4; }

 p { color: rgb(219,170,164); }

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

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

 a { background-color: rgb(219,170,164); }

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

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

 span { border-color: rgb(219,170,164); }

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