#DCC7B1

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

Shades of Bone #DCC7B1

Tints of Bone #DCC7B1

Color information

#DCC7B1 (or 0xDCC7B1) is unknown color: approx Bone. HEX triplet: DC, C7 and B1. RGB value is (220,199,177). Sum of RGB (Red+Green+Blue) = 220+199+177=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7B1 is #23384E. Grayscale: #CACACA. Windows color (decimal): -2308175 or 11651036. OLE color: 11651036.

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

Color convert

RGB220199177-
CMYK00.100.200.14
HSL30.7º38.05%77.84%-
HSV(B)30.7º19.55%86.27%-
XYZ57.8759.2449.98-
YUV202.77113.46140.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 177 (69.53% from 255) = 29.70%
R=36.91%
G=33.39%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019917700.100.200.1430.738.0577.84
HexDCC7B10A14E1f264e
Octal33430726101224163746116
Binary11011100110001111011000101010101001110111111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7B1; }

 p { color: rgb(220,199,177); }

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

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

 a { background-color: rgb(220,199,177); }

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

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

 span { border-color: rgb(220,199,177); }

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