#DDB2A3

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

Shades of Shilo #DDB2A3

Tints of Shilo #DDB2A3

Color information

#DDB2A3 (or 0xDDB2A3) is unknown color: approx Shilo. HEX triplet: DD, B2 and A3. RGB value is (221,178,163). Sum of RGB (Red+Green+Blue) = 221+178+163=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2A3 is #224D5C. Grayscale: #BDBDBD. Windows color (decimal): -2248029 or 10728157. OLE color: 10728157.

HSL color Cylindrical-coordinate representation of color #DDB2A3: hue angle of 15.52º 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 #DDB2A3 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221178163-
CMYK00.190.260.13
HSL15.52º46.03%75.29%-
HSV(B)15.52º26.24%86.67%-
XYZ52.3549.8641.51-
YUV189.15113.25150.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=39.32%
G=31.67%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117816300.190.260.1315.5246.0375.29
HexDDB2A30131AD102e4b
Octal33526224302332152056113
Binary110111011011001010100011010011110101101100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2A3; }

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

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

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

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

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

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

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

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