#DCC1AC

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

Shades of Bone #DCC1AC

Tints of Bone #DCC1AC

Color information

#DCC1AC (or 0xDCC1AC) is unknown color: approx Bone. HEX triplet: DC, C1 and AC. RGB value is (220,193,172). Sum of RGB (Red+Green+Blue) = 220+193+172=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1AC is #233E53. Grayscale: #C6C6C6. Windows color (decimal): -2309716 or 11321820. OLE color: 11321820.

HSL color Cylindrical-coordinate representation of color #DCC1AC: hue angle of 26.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 #DCC1AC is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220193172-
CMYK00.120.220.14
HSL26.25º40.68%76.86%-
HSV(B)26.25º21.82%86.27%-
XYZ56.0356.3346.95-
YUV198.68112.95143.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=37.61%
G=32.99%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019317200.120.220.1426.2540.6876.86
HexDCC1AC0C16E1a294d
Octal33430125401426163251115
Binary11011100110000011010110001100101101110110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1AC; }

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

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

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

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

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

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

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

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