#DDC4AC

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

Shades of Bone #DDC4AC

Tints of Bone #DDC4AC

Color information

#DDC4AC (or 0xDDC4AC) is unknown color: approx Bone. HEX triplet: DD, C4 and AC. RGB value is (221,196,172). Sum of RGB (Red+Green+Blue) = 221+196+172=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4AC is #223B53. Grayscale: #C8C8C8. Windows color (decimal): -2243412 or 11322589. OLE color: 11322589.

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

Color convert

RGB221196172-
CMYK00.110.220.13
HSL29.39º41.88%77.06%-
HSV(B)29.39º22.17%86.67%-
XYZ57.0157.8347.19-
YUV200.74111.78142.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=37.52%
G=33.28%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119617200.110.220.1329.3941.8877.06
HexDDC4AC0B16D1d2a4d
Octal33530425401326153552115
Binary11011101110001001010110001011101101101111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4AC; }

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

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

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

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

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

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

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

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