#DDBEA0

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

Shades of Bone #DDBEA0

Tints of Bone #DDBEA0

Color information

#DDBEA0 (or 0xDDBEA0) is unknown color: approx Bone. HEX triplet: DD, BE and A0. RGB value is (221,190,160). Sum of RGB (Red+Green+Blue) = 221+190+160=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA0 is #22415F. Grayscale: #C3C3C3. Windows color (decimal): -2244960 or 10534621. OLE color: 10534621.

HSL color Cylindrical-coordinate representation of color #DDBEA0: hue angle of 29.51º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDBEA0 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221190160-
CMYK00.140.280.13
HSL29.51º47.29%74.71%-
HSV(B)29.51º27.6%86.67%-
XYZ54.5854.7440.95-
YUV195.85107.77145.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=38.70%
G=33.27%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119016000.140.280.1329.5147.2974.71
HexDDBEA00E1CD1e2f4b
Octal33527624001634153657113
Binary11011101101111101010000001110111001101111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEA0; }

 p { color: rgb(221,190,160); }

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

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

 a { background-color: rgb(221,190,160); }

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

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

 span { border-color: rgb(221,190,160); }

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