#DCC3AE

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

Shades of Bone #DCC3AE

Tints of Bone #DCC3AE

Color information

#DCC3AE (or 0xDCC3AE) is unknown color: approx Bone. HEX triplet: DC, C3 and AE. RGB value is (220,195,174). Sum of RGB (Red+Green+Blue) = 220+195+174=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3AE is #233C51. Grayscale: #C8C8C8. Windows color (decimal): -2309202 or 11453404. OLE color: 11453404.

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

Color convert

RGB220195174-
CMYK00.110.210.14
HSL27.39º39.66%77.25%-
HSV(B)27.39º20.91%86.27%-
XYZ56.6757.348.12-
YUV200.08113.28142.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=37.35%
G=33.11%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019517400.110.210.1427.3939.6677.25
HexDCC3AE0B15E1b284d
Octal33430325601325163350115
Binary11011100110000111010111001011101011110110111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3AE; }

 p { color: rgb(220,195,174); }

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

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

 a { background-color: rgb(220,195,174); }

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

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

 span { border-color: rgb(220,195,174); }

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