#DBC2AC

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

Shades of Bone #DBC2AC

Tints of Bone #DBC2AC

Color information

#DBC2AC (or 0xDBC2AC) is unknown color: approx Bone. HEX triplet: DB, C2 and AC. RGB value is (219,194,172). Sum of RGB (Red+Green+Blue) = 219+194+172=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2AC is #243D53. Grayscale: #C7C7C7. Windows color (decimal): -2374996 or 11322075. OLE color: 11322075.

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

Color convert

RGB219194172-
CMYK00.110.210.14
HSL28.09º39.5%76.67%-
HSV(B)28.09º21.46%85.88%-
XYZ55.9556.6247.01-
YUV198.97112.78142.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=37.44%
G=33.16%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919417200.110.210.1428.0939.576.67
HexDBC2AC0B15E1c274d
Octal33330225401325163447115
Binary11011011110000101010110001011101011110111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2AC; }

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

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

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

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

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

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

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

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