#DEC7B3

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

Shades of Bone #DEC7B3

Tints of Bone #DEC7B3

Color information

#DEC7B3 (or 0xDEC7B3) is unknown color: approx Bone. HEX triplet: DE, C7 and B3. RGB value is (222,199,179). Sum of RGB (Red+Green+Blue) = 222+199+179=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7B3 is #21384C. Grayscale: #CBCBCB. Windows color (decimal): -2177101 or 11782110. OLE color: 11782110.

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

Color convert

RGB222199179-
CMYK00.100.190.13
HSL27.91º39.45%78.63%-
HSV(B)27.91º19.37%87.06%-
XYZ58.6859.6351.06-
YUV203.6114.12141.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 179 (70.31% from 255) = 29.83%
R=37%
G=33.17%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219917900.100.190.1327.9139.4578.63
HexDEC7B30A13D1c274f
Octal33630726301223153447117
Binary11011110110001111011001101010100111101111001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC7B3; }

 p { color: rgb(222,199,179); }

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

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

 a { background-color: rgb(222,199,179); }

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

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

 span { border-color: rgb(222,199,179); }

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