#DCC3AA

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

Shades of Bone #DCC3AA

Tints of Bone #DCC3AA

Color information

#DCC3AA (or 0xDCC3AA) is unknown color: approx Bone. HEX triplet: DC, C3 and AA. RGB value is (220,195,170). Sum of RGB (Red+Green+Blue) = 220+195+170=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3AA is #233C55. Grayscale: #C7C7C7. Windows color (decimal): -2309206 or 11191260. OLE color: 11191260.

HSL color Cylindrical-coordinate representation of color #DCC3AA: hue angle of 30º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC3AA is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220195170-
CMYK00.110.230.14
HSL30º41.67%76.47%-
HSV(B)30º22.73%86.27%-
XYZ56.2957.1546.09-
YUV199.62111.28142.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=37.61%
G=33.33%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019517000.110.230.143041.6776.47
HexDCC3AA0B17E1e2a4c
Octal33430325201327163652114
Binary11011100110000111010101001011101111110111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3AA; }

 p { color: rgb(220,195,170); }

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

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

 a { background-color: rgb(220,195,170); }

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

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

 span { border-color: rgb(220,195,170); }

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