#DBC0AA

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

Shades of Bone #DBC0AA

Tints of Bone #DBC0AA

Color information

#DBC0AA (or 0xDBC0AA) is unknown color: approx Bone. HEX triplet: DB, C0 and AA. RGB value is (219,192,170). Sum of RGB (Red+Green+Blue) = 219+192+170=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0AA is #243F55. Grayscale: #C5C5C5. Windows color (decimal): -2375510 or 11190491. OLE color: 11190491.

HSL color Cylindrical-coordinate representation of color #DBC0AA: hue angle of 26.94º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC0AA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219192170-
CMYK00.120.220.14
HSL26.94º40.5%76.27%-
HSV(B)26.94º22.37%85.88%-
XYZ55.3255.6645.86-
YUV197.56112.45143.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 192 (75.39% from 255) = 33.05%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=37.69%
G=33.05%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919217000.120.220.1426.9440.576.27
HexDBC0AA0C16E1b284c
Octal33330025201426163350114
Binary11011011110000001010101001100101101110110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0AA; }

 p { color: rgb(219,192,170); }

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

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

 a { background-color: rgb(219,192,170); }

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

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

 span { border-color: rgb(219,192,170); }

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