#DDC6AC

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

Shades of Bone #DDC6AC

Tints of Bone #DDC6AC

Color information

#DDC6AC (or 0xDDC6AC) is unknown color: approx Bone. HEX triplet: DD, C6 and AC. RGB value is (221,198,172). Sum of RGB (Red+Green+Blue) = 221+198+172=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6AC is #223953. Grayscale: #CACACA. Windows color (decimal): -2242900 or 11323101. OLE color: 11323101.

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

Color convert

RGB221198172-
CMYK00.100.220.13
HSL31.84º41.88%77.06%-
HSV(B)31.84º22.17%86.67%-
XYZ57.4658.7447.34-
YUV201.91111.12141.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=37.39%
G=33.50%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119817200.100.220.1331.8441.8877.06
HexDDC6AC0A16D202a4d
Octal33530625401226154052115
Binary110111011100011010101100010101011011011000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6AC; }

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

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

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

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

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

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

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

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