#DCC4AC

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

Shades of Bone #DCC4AC

Tints of Bone #DCC4AC

Color information

#DCC4AC (or 0xDCC4AC) is unknown color: approx Bone. HEX triplet: DC, C4 and AC. RGB value is (220,196,172). Sum of RGB (Red+Green+Blue) = 220+196+172=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4AC is #233B53. Grayscale: #C8C8C8. Windows color (decimal): -2308948 or 11322588. OLE color: 11322588.

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

Color convert

RGB220196172-
CMYK00.110.220.14
HSL30º40.68%76.86%-
HSV(B)30º21.82%86.27%-
XYZ56.757.6747.17-
YUV200.44111.95141.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=37.41%
G=33.33%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019617200.110.220.143040.6876.86
HexDCC4AC0B16E1e294d
Octal33430425401326163651115
Binary11011100110001001010110001011101101110111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4AC; }

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

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

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

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

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

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

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

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