#DDC5AE

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

Shades of Bone #DDC5AE

Tints of Bone #DDC5AE

Color information

#DDC5AE (or 0xDDC5AE) is unknown color: approx Bone. HEX triplet: DD, C5 and AE. RGB value is (221,197,174). Sum of RGB (Red+Green+Blue) = 221+197+174=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC5AE is #223A51. Grayscale: #C9C9C9. Windows color (decimal): -2243154 or 11453917. OLE color: 11453917.

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

Color convert

RGB221197174-
CMYK00.110.210.13
HSL29.36º40.87%77.45%-
HSV(B)29.36º21.27%86.67%-
XYZ57.4358.3648.28-
YUV201.55112.45141.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=37.33%
G=33.28%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119717400.110.210.1329.3640.8777.45
HexDDC5AE0B15D1d294d
Octal33530525601325153551115
Binary11011101110001011010111001011101011101111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5AE; }

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

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

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

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

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

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

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

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