#DFC8B4

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

Shades of Bone #DFC8B4

Tints of Bone #DFC8B4

Color information

#DFC8B4 (or 0xDFC8B4) is unknown color: approx Bone. HEX triplet: DF, C8 and B4. RGB value is (223,200,180). Sum of RGB (Red+Green+Blue) = 223+200+180=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8B4 is #20374B. Grayscale: #CCCCCC. Windows color (decimal): -2111308 or 11847903. OLE color: 11847903.

HSL color Cylindrical-coordinate representation of color #DFC8B4: hue angle of 27.91º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC8B4 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223200180-
CMYK00.100.190.13
HSL27.91º40.19%79.02%-
HSV(B)27.91º19.28%87.45%-
XYZ59.3260.2951.69-
YUV204.6114.12141.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=36.98%
G=33.17%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320018000.100.190.1327.9140.1979.02
HexDFC8B40A13D1c284f
Octal33731026401223153450117
Binary11011111110010001011010001010100111101111001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8B4; }

 p { color: rgb(223,200,180); }

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

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

 a { background-color: rgb(223,200,180); }

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

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

 span { border-color: rgb(223,200,180); }

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