#DDC8AE

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

Shades of Bone #DDC8AE

Tints of Bone #DDC8AE

Color information

#DDC8AE (or 0xDDC8AE) is unknown color: approx Bone. HEX triplet: DD, C8 and AE. RGB value is (221,200,174). Sum of RGB (Red+Green+Blue) = 221+200+174=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8AE is #223751. Grayscale: #CBCBCB. Windows color (decimal): -2242386 or 11454685. OLE color: 11454685.

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

Color convert

RGB221200174-
CMYK00.100.210.13
HSL33.19º40.87%77.45%-
HSV(B)33.19º21.27%86.67%-
XYZ58.1159.7448.51-
YUV203.32111.46140.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=37.14%
G=33.61%
B=29.24%

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
Decimal22120017400.100.210.1333.1940.8777.45
HexDDC8AE0A15D21294d
Octal33531025601225154151115
Binary110111011100100010101110010101010111011000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8AE; }

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

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

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

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

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

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

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

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