#DFC4AB

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

Shades of Bone #DFC4AB

Tints of Bone #DFC4AB

Color information

#DFC4AB (or 0xDFC4AB) is unknown color: approx Bone. HEX triplet: DF, C4 and AB. RGB value is (223,196,171). Sum of RGB (Red+Green+Blue) = 223+196+171=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4AB is #203B54. Grayscale: #C9C9C9. Windows color (decimal): -2112341 or 11257055. OLE color: 11257055.

HSL color Cylindrical-coordinate representation of color #DFC4AB: hue angle of 28.85º degrees, saturation: 0.45, 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 #DFC4AB is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223196171-
CMYK00.120.230.13
HSL28.85º44.83%77.25%-
HSV(B)28.85º23.32%87.45%-
XYZ57.5258.1146.71-
YUV201.22110.95143.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=37.80%
G=33.22%
B=28.98%

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
Decimal22319617100.120.230.1328.8544.8377.25
HexDFC4AB0C17D1d2d4d
Octal33730425301427153555115
Binary11011111110001001010101101100101111101111011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4AB; }

 p { color: rgb(223,196,171); }

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

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

 a { background-color: rgb(223,196,171); }

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

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

 span { border-color: rgb(223,196,171); }

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