#DCC4A6

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

Shades of Bone #DCC4A6

Tints of Bone #DCC4A6

Color information

#DCC4A6 (or 0xDCC4A6) is unknown color: approx Bone. HEX triplet: DC, C4 and A6. RGB value is (220,196,166). Sum of RGB (Red+Green+Blue) = 220+196+166=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4A6 is #233B59. Grayscale: #C7C7C7. Windows color (decimal): -2308954 or 10929372. OLE color: 10929372.

HSL color Cylindrical-coordinate representation of color #DCC4A6: hue angle of 33.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC4A6 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220196166-
CMYK00.110.250.14
HSL33.33º43.55%75.69%-
HSV(B)33.33º24.55%86.27%-
XYZ56.1457.4544.21-
YUV199.76108.95142.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 166 (65.23% from 255) = 28.52%
R=37.80%
G=33.68%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019616600.110.250.1433.3343.5575.69
HexDCC4A60B19E212c4c
Octal33430424601331164154114
Binary110111001100010010100110010111100111101000011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4A6; }

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

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

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

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

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

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

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

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