#DCC5AC

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

Shades of Bone #DCC5AC

Tints of Bone #DCC5AC

Color information

#DCC5AC (or 0xDCC5AC) is unknown color: approx Bone. HEX triplet: DC, C5 and AC. RGB value is (220,197,172). Sum of RGB (Red+Green+Blue) = 220+197+172=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5AC is #233A53. Grayscale: #C9C9C9. Windows color (decimal): -2308692 or 11322844. OLE color: 11322844.

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

Color convert

RGB220197172-
CMYK00.100.220.14
HSL31.25º40.68%76.86%-
HSV(B)31.25º21.82%86.27%-
XYZ56.9358.1347.25-
YUV201.03111.62141.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=37.35%
G=33.45%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019717200.100.220.1431.2540.6876.86
HexDCC5AC0A16E1f294d
Octal33430525401226163751115
Binary11011100110001011010110001010101101110111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5AC; }

 p { color: rgb(220,197,172); }

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

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

 a { background-color: rgb(220,197,172); }

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

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

 span { border-color: rgb(220,197,172); }

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