#DCC3AD

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

Shades of Bone #DCC3AD

Tints of Bone #DCC3AD

Color information

#DCC3AD (or 0xDCC3AD) is unknown color: approx Bone. HEX triplet: DC, C3 and AD. RGB value is (220,195,173). Sum of RGB (Red+Green+Blue) = 220+195+173=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3AD is #233C52. Grayscale: #C8C8C8. Windows color (decimal): -2309203 or 11387868. OLE color: 11387868.

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

Color convert

RGB220195173-
CMYK00.110.210.14
HSL28.09º40.17%77.06%-
HSV(B)28.09º21.36%86.27%-
XYZ56.5757.2647.61-
YUV199.97112.78142.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=37.41%
G=33.16%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019517300.110.210.1428.0940.1777.06
HexDCC3AD0B15E1c284d
Octal33430325501325163450115
Binary11011100110000111010110101011101011110111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3AD; }

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

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

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

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

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

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

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

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