#DDBEA4

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

Shades of Bone #DDBEA4

Tints of Bone #DDBEA4

Color information

#DDBEA4 (or 0xDDBEA4) is unknown color: approx Bone. HEX triplet: DD, BE and A4. RGB value is (221,190,164). Sum of RGB (Red+Green+Blue) = 221+190+164=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA4 is #22415B. Grayscale: #C4C4C4. Windows color (decimal): -2244956 or 10796765. OLE color: 10796765.

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

Color convert

RGB221190164-
CMYK00.140.260.13
HSL27.37º45.6%75.49%-
HSV(B)27.37º25.79%86.67%-
XYZ54.9354.8842.82-
YUV196.3109.77145.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=38.43%
G=33.04%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119016400.140.260.1327.3745.675.49
HexDDBEA40E1AD1b2e4b
Octal33527624401632153356113
Binary11011101101111101010010001110110101101110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEA4; }

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

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

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

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

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

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

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

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