#DCC1AA

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

Shades of Bone #DCC1AA

Tints of Bone #DCC1AA

Color information

#DCC1AA (or 0xDCC1AA) is unknown color: approx Bone. HEX triplet: DC, C1 and AA. RGB value is (220,193,170). Sum of RGB (Red+Green+Blue) = 220+193+170=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1AA is #233E55. Grayscale: #C6C6C6. Windows color (decimal): -2309718 or 11190748. OLE color: 11190748.

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

Color convert

RGB220193170-
CMYK00.120.230.14
HSL27.6º41.67%76.47%-
HSV(B)27.6º22.73%86.27%-
XYZ55.8456.2645.95-
YUV198.45111.95143.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=37.74%
G=33.10%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019317000.120.230.1427.641.6776.47
HexDCC1AA0C17E1c2a4c
Octal33430125201427163452114
Binary11011100110000011010101001100101111110111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1AA; }

 p { color: rgb(220,193,170); }

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

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

 a { background-color: rgb(220,193,170); }

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

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

 span { border-color: rgb(220,193,170); }

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