#DCC0A5

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

Shades of Bone #DCC0A5

Tints of Bone #DCC0A5

Color information

#DCC0A5 (or 0xDCC0A5) is unknown color: approx Bone. HEX triplet: DC, C0 and A5. RGB value is (220,192,165). Sum of RGB (Red+Green+Blue) = 220+192+165=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0A5 is #233F5A. Grayscale: #C5C5C5. Windows color (decimal): -2309979 or 10862812. OLE color: 10862812.

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

Color convert

RGB220192165-
CMYK00.130.250.14
HSL29.45º44%75.49%-
HSV(B)29.45º25%86.27%-
XYZ55.1655.6343.43-
YUV197.29109.78144.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 165 (64.84% from 255) = 28.60%
R=38.13%
G=33.28%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019216500.130.250.1429.454475.49
HexDCC0A50D19E1d2c4b
Octal33430024501531163554113
Binary11011100110000001010010101101110011110111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0A5; }

 p { color: rgb(220,192,165); }

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

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

 a { background-color: rgb(220,192,165); }

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

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

 span { border-color: rgb(220,192,165); }

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