#DDC3AE

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

Shades of Bone #DDC3AE

Tints of Bone #DDC3AE

Color information

#DDC3AE (or 0xDDC3AE) is unknown color: approx Bone. HEX triplet: DD, C3 and AE. RGB value is (221,195,174). Sum of RGB (Red+Green+Blue) = 221+195+174=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3AE is #223C51. Grayscale: #C8C8C8. Windows color (decimal): -2243666 or 11453405. OLE color: 11453405.

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

Color convert

RGB221195174-
CMYK00.120.210.13
HSL26.81º40.87%77.45%-
HSV(B)26.81º21.27%86.67%-
XYZ56.9757.4648.13-
YUV200.38113.11142.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=37.46%
G=33.05%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119517400.120.210.1326.8140.8777.45
HexDDC3AE0C15D1b294d
Octal33530325601425153351115
Binary11011101110000111010111001100101011101110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3AE; }

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

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

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

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

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

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

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

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