#DDB0A3

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

Shades of Shilo #DDB0A3

Tints of Shilo #DDB0A3

Color information

#DDB0A3 (or 0xDDB0A3) is unknown color: approx Shilo. HEX triplet: DD, B0 and A3. RGB value is (221,176,163). Sum of RGB (Red+Green+Blue) = 221+176+163=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB0A3 is #224F5C. Grayscale: #BCBCBC. Windows color (decimal): -2248541 or 10727645. OLE color: 10727645.

HSL color Cylindrical-coordinate representation of color #DDB0A3: hue angle of 13.45º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB0A3 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221176163-
CMYK00.200.260.13
HSL13.45º46.03%75.29%-
HSV(B)13.45º26.24%86.67%-
XYZ51.9549.0741.38-
YUV187.97113.91151.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 163 (64.06% from 255) = 29.11%
R=39.46%
G=31.43%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117616300.200.260.1313.4546.0375.29
HexDDB0A30141ADd2e4b
Octal33526024302432151556113
Binary11011101101100001010001101010011010110111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0A3; }

 p { color: rgb(221,176,163); }

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

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

 a { background-color: rgb(221,176,163); }

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

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

 span { border-color: rgb(221,176,163); }

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