#DDC6AE

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

Shades of Bone #DDC6AE

Tints of Bone #DDC6AE

Color information

#DDC6AE (or 0xDDC6AE) is unknown color: approx Bone. HEX triplet: DD, C6 and AE. RGB value is (221,198,174). Sum of RGB (Red+Green+Blue) = 221+198+174=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6AE is #223951. Grayscale: #CACACA. Windows color (decimal): -2242898 or 11454173. OLE color: 11454173.

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

Color convert

RGB221198174-
CMYK00.100.210.13
HSL30.64º40.87%77.45%-
HSV(B)30.64º21.27%86.67%-
XYZ57.6558.8248.36-
YUV202.14112.12141.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=37.27%
G=33.39%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119817400.100.210.1330.6440.8777.45
HexDDC6AE0A15D1f294d
Octal33530625601225153751115
Binary11011101110001101010111001010101011101111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6AE; }

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

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

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

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

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

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

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

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