#DDC0A7

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

Shades of Bone #DDC0A7

Tints of Bone #DDC0A7

Color information

#DDC0A7 (or 0xDDC0A7) is unknown color: approx Bone. HEX triplet: DD, C0 and A7. RGB value is (221,192,167). Sum of RGB (Red+Green+Blue) = 221+192+167=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0A7 is #223F58. Grayscale: #C5C5C5. Windows color (decimal): -2244441 or 10993885. OLE color: 10993885.

HSL color Cylindrical-coordinate representation of color #DDC0A7: hue angle of 27.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDC0A7 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221192167-
CMYK00.130.240.13
HSL27.78º44.26%76.08%-
HSV(B)27.78º24.43%86.67%-
XYZ55.6455.8644.41-
YUV197.82110.61144.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 167 (65.62% from 255) = 28.79%
R=38.10%
G=33.10%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119216700.130.240.1327.7844.2676.08
HexDDC0A70D18D1c2c4c
Octal33530024701530153454114
Binary11011101110000001010011101101110001101111001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0A7; }

 p { color: rgb(221,192,167); }

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

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

 a { background-color: rgb(221,192,167); }

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

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

 span { border-color: rgb(221,192,167); }

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