#DFC1A3

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

Shades of Bone #DFC1A3

Tints of Bone #DFC1A3

Color information

#DFC1A3 (or 0xDFC1A3) is unknown color: approx Bone. HEX triplet: DF, C1 and A3. RGB value is (223,193,163). Sum of RGB (Red+Green+Blue) = 223+193+163=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC1A3 is #203E5C. Grayscale: #C6C6C6. Windows color (decimal): -2113117 or 10731999. OLE color: 10731999.

HSL color Cylindrical-coordinate representation of color #DFC1A3: hue angle of 30º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFC1A3 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB223193163-
CMYK00.130.270.13
HSL30º48.39%75.69%-
HSV(B)30º26.91%87.45%-
XYZ56.1156.4742.59-
YUV198.55107.94145.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 193 (75.78% from 255) = 33.33%
BLUE value IS 163 (64.06% from 255) = 28.15%
R=38.51%
G=33.33%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319316300.130.270.133048.3975.69
HexDFC1A30D1BD1e304c
Octal33730124301533153660114
Binary11011111110000011010001101101110111101111101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1A3; }

 p { color: rgb(223,193,163); }

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

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

 a { background-color: rgb(223,193,163); }

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

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

 span { border-color: rgb(223,193,163); }

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