#DBC6AC

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

Shades of Bone #DBC6AC

Tints of Bone #DBC6AC

Color information

#DBC6AC (or 0xDBC6AC) is unknown color: approx Bone. HEX triplet: DB, C6 and AC. RGB value is (219,198,172). Sum of RGB (Red+Green+Blue) = 219+198+172=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC6AC is #243953. Grayscale: #C9C9C9. Windows color (decimal): -2373972 or 11323099. OLE color: 11323099.

HSL color Cylindrical-coordinate representation of color #DBC6AC: hue angle of 33.19º 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 #DBC6AC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219198172-
CMYK00.100.210.14
HSL33.19º39.5%76.67%-
HSV(B)33.19º21.46%85.88%-
XYZ56.8558.4347.31-
YUV201.32111.46140.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=37.18%
G=33.62%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919817200.100.210.1433.1939.576.67
HexDBC6AC0A15E21274d
Octal33330625401225164147115
Binary110110111100011010101100010101010111101000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6AC; }

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

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

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

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

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

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

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

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