#DDC4AD

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

Shades of Bone #DDC4AD

Tints of Bone #DDC4AD

Color information

#DDC4AD (or 0xDDC4AD) is unknown color: approx Bone. HEX triplet: DD, C4 and AD. RGB value is (221,196,173). Sum of RGB (Red+Green+Blue) = 221+196+173=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4AD is #223B52. Grayscale: #C8C8C8. Windows color (decimal): -2243411 or 11388125. OLE color: 11388125.

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

Color convert

RGB221196173-
CMYK00.110.220.13
HSL28.75º41.38%77.25%-
HSV(B)28.75º21.72%86.67%-
XYZ57.157.8747.7-
YUV200.85112.28142.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=37.46%
G=33.22%
B=29.32%

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
Decimal22119617300.110.220.1328.7541.3877.25
HexDDC4AD0B16D1d294d
Octal33530425501326153551115
Binary11011101110001001010110101011101101101111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4AD; }

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

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

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

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

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

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

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

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