#DCC2AC

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

Shades of Bone #DCC2AC

Tints of Bone #DCC2AC

Color information

#DCC2AC (or 0xDCC2AC) is unknown color: approx Bone. HEX triplet: DC, C2 and AC. RGB value is (220,194,172). Sum of RGB (Red+Green+Blue) = 220+194+172=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2AC is #233D53. Grayscale: #C7C7C7. Windows color (decimal): -2309460 or 11322076. OLE color: 11322076.

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

Color convert

RGB220194172-
CMYK00.120.220.14
HSL27.5º40.68%76.86%-
HSV(B)27.5º21.82%86.27%-
XYZ56.2556.7847.02-
YUV199.27112.61142.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=37.54%
G=33.11%
B=29.35%

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
Decimal22019417200.120.220.1427.540.6876.86
HexDCC2AC0C16E1c294d
Octal33430225401426163451115
Binary11011100110000101010110001100101101110111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2AC; }

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

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

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

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

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

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

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

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