#DDAF9C

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

Shades of Shilo #DDAF9C

Tints of Shilo #DDAF9C

Color information

#DDAF9C (or 0xDDAF9C) is unknown color: approx Shilo. HEX triplet: DD, AF and 9C. RGB value is (221,175,156). Sum of RGB (Red+Green+Blue) = 221+175+156=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF9C is #225063. Grayscale: #BABABA. Windows color (decimal): -2248804 or 10268637. OLE color: 10268637.

HSL color Cylindrical-coordinate representation of color #DDAF9C: hue angle of 17.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAF9C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221175156-
CMYK00.210.290.13
HSL17.54º48.87%73.92%-
HSV(B)17.54º29.41%86.67%-
XYZ51.1548.4338.11-
YUV186.59110.74152.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=40.04%
G=31.70%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117515600.210.290.1317.5448.8773.92
HexDDAF9C0151DD12314a
Octal33525723402535152261112
Binary110111011010111110011100010101111011101100101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF9C; }

 p { color: rgb(221,175,156); }

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

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

 a { background-color: rgb(221,175,156); }

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

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

 span { border-color: rgb(221,175,156); }

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