#DDC6AA

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

Shades of Bone #DDC6AA

Tints of Bone #DDC6AA

Color information

#DDC6AA (or 0xDDC6AA) is unknown color: approx Bone. HEX triplet: DD, C6 and AA. RGB value is (221,198,170). Sum of RGB (Red+Green+Blue) = 221+198+170=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6AA is #223955. Grayscale: #C9C9C9. Windows color (decimal): -2242902 or 11192029. OLE color: 11192029.

HSL color Cylindrical-coordinate representation of color #DDC6AA: hue angle of 32.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC6AA is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221198170-
CMYK00.100.230.13
HSL32.94º42.86%76.67%-
HSV(B)32.94º23.08%86.67%-
XYZ57.2758.6646.33-
YUV201.68110.12141.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=37.52%
G=33.62%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119817000.100.230.1332.9442.8676.67
HexDDC6AA0A17D212b4d
Octal33530625201227154153115
Binary110111011100011010101010010101011111011000011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6AA; }

 p { color: rgb(221,198,170); }

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

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

 a { background-color: rgb(221,198,170); }

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

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

 span { border-color: rgb(221,198,170); }

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