#DCC1A5

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

Shades of Bone #DCC1A5

Tints of Bone #DCC1A5

Color information

#DCC1A5 (or 0xDCC1A5) is unknown color: approx Bone. HEX triplet: DC, C1 and A5. RGB value is (220,193,165). Sum of RGB (Red+Green+Blue) = 220+193+165=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1A5 is #233E5A. Grayscale: #C6C6C6. Windows color (decimal): -2309723 or 10863068. OLE color: 10863068.

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

Color convert

RGB220193165-
CMYK00.120.250.14
HSL30.55º44%75.49%-
HSV(B)30.55º25%86.27%-
XYZ55.3856.0743.5-
YUV197.88109.45143.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=38.06%
G=33.39%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019316500.120.250.1430.554475.49
HexDCC1A50C19E1f2c4b
Octal33430124501431163754113
Binary11011100110000011010010101100110011110111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1A5; }

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

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

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

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

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

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

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

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