#DDC4AA

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

Shades of Bone #DDC4AA

Tints of Bone #DDC4AA

Color information

#DDC4AA (or 0xDDC4AA) is unknown color: approx Bone. HEX triplet: DD, C4 and AA. RGB value is (221,196,170). Sum of RGB (Red+Green+Blue) = 221+196+170=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4AA is #223B55. Grayscale: #C8C8C8. Windows color (decimal): -2243414 or 11191517. OLE color: 11191517.

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

Color convert

RGB221196170-
CMYK00.110.230.13
HSL30.59º42.86%76.67%-
HSV(B)30.59º23.08%86.67%-
XYZ56.8157.7546.18-
YUV200.51110.78142.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=37.65%
G=33.39%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119617000.110.230.1330.5942.8676.67
HexDDC4AA0B17D1f2b4d
Octal33530425201327153753115
Binary11011101110001001010101001011101111101111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4AA; }

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

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

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

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

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

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

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

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