#DCC6AF

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

Shades of Bone #DCC6AF

Tints of Bone #DCC6AF

Color information

#DCC6AF (or 0xDCC6AF) is unknown color: approx Bone. HEX triplet: DC, C6 and AF. RGB value is (220,198,175). Sum of RGB (Red+Green+Blue) = 220+198+175=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6AF is #233950. Grayscale: #CACACA. Windows color (decimal): -2308433 or 11519708. OLE color: 11519708.

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

Color convert

RGB220198175-
CMYK00.10.200.14
HSL30.67º39.13%77.45%-
HSV(B)30.67º20.45%86.27%-
XYZ57.4558.748.86-
YUV201.96112.79140.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=37.10%
G=33.39%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019817500.10.200.1430.6739.1377.45
HexDCC6AF0A14E1f274d
Octal33430625701224163747115
Binary11011100110001101010111101010101001110111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6AF; }

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

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

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

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

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

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

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

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