#DBC7AC

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

Shades of Bone #DBC7AC

Tints of Bone #DBC7AC

Color information

#DBC7AC (or 0xDBC7AC) is unknown color: approx Bone. HEX triplet: DB, C7 and AC. RGB value is (219,199,172). Sum of RGB (Red+Green+Blue) = 219+199+172=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC7AC is #243853. Grayscale: #CACACA. Windows color (decimal): -2373716 or 11323355. OLE color: 11323355.

HSL color Cylindrical-coordinate representation of color #DBC7AC: hue angle of 34.47º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC7AC is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219199172-
CMYK00.090.210.14
HSL34.47º39.5%76.67%-
HSV(B)34.47º21.46%85.88%-
XYZ57.0858.8947.39-
YUV201.9111.13140.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=37.12%
G=33.73%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919917200.090.210.1434.4739.576.67
HexDBC7AC0915E22274d
Octal33330725401125164247115
Binary110110111100011110101100010011010111101000101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7AC; }

 p { color: rgb(219,199,172); }

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

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

 a { background-color: rgb(219,199,172); }

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

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

 span { border-color: rgb(219,199,172); }

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