#DFC5AC

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

Shades of Bone #DFC5AC

Tints of Bone #DFC5AC

Color information

#DFC5AC (or 0xDFC5AC) is unknown color: approx Bone. HEX triplet: DF, C5 and AC. RGB value is (223,197,172). Sum of RGB (Red+Green+Blue) = 223+197+172=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5AC is #203A53. Grayscale: #CACACA. Windows color (decimal): -2112084 or 11322847. OLE color: 11322847.

HSL color Cylindrical-coordinate representation of color #DFC5AC: hue angle of 29.41º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC5AC is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223197172-
CMYK00.120.230.13
HSL29.41º44.35%77.45%-
HSV(B)29.41º22.87%87.45%-
XYZ57.8458.647.29-
YUV201.92111.11143.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=37.67%
G=33.28%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319717200.120.230.1329.4144.3577.45
HexDFC5AC0C17D1d2c4d
Octal33730525401427153554115
Binary11011111110001011010110001100101111101111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5AC; }

 p { color: rgb(223,197,172); }

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

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

 a { background-color: rgb(223,197,172); }

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

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

 span { border-color: rgb(223,197,172); }

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