#DCC6B2

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

Shades of Bone #DCC6B2

Tints of Bone #DCC6B2

Color information

#DCC6B2 (or 0xDCC6B2) is unknown color: approx Bone. HEX triplet: DC, C6 and B2. RGB value is (220,198,178). Sum of RGB (Red+Green+Blue) = 220+198+178=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6B2 is #23394D. Grayscale: #CACACA. Windows color (decimal): -2308430 or 11716316. OLE color: 11716316.

HSL color Cylindrical-coordinate representation of color #DCC6B2: hue angle of 28.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC6B2 is Cyan = 0, Magento = 0.1, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220198178-
CMYK00.10.190.14
HSL28.57º37.5%78.04%-
HSV(B)28.57º19.09%86.27%-
XYZ57.7558.8250.43-
YUV202.3114.29140.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 178 (69.92% from 255) = 29.87%
R=36.91%
G=33.22%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019817800.10.190.1428.5737.578.04
HexDCC6B20A13E1d264e
Octal33430626201223163546116
Binary11011100110001101011001001010100111110111011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6B2; }

 p { color: rgb(220,198,178); }

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

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

 a { background-color: rgb(220,198,178); }

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

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

 span { border-color: rgb(220,198,178); }

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