#DDC7AE

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

Shades of Bone #DDC7AE

Tints of Bone #DDC7AE

Color information

#DDC7AE (or 0xDDC7AE) is unknown color: approx Bone. HEX triplet: DD, C7 and AE. RGB value is (221,199,174). Sum of RGB (Red+Green+Blue) = 221+199+174=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC7AE is #223851. Grayscale: #CACACA. Windows color (decimal): -2242642 or 11454429. OLE color: 11454429.

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

Color convert

RGB221199174-
CMYK00.100.210.13
HSL31.91º40.87%77.45%-
HSV(B)31.91º21.27%86.67%-
XYZ57.8859.2748.43-
YUV202.73111.79141.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=37.21%
G=33.50%
B=29.29%

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
Decimal22119917400.100.210.1331.9140.8777.45
HexDDC7AE0A15D20294d
Octal33530725601225154051115
Binary110111011100011110101110010101010111011000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7AE; }

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

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

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

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

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

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

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

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