#DBBCA3

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

Shades of Bone #DBBCA3

Tints of Bone #DBBCA3

Color information

#DBBCA3 (or 0xDBBCA3) is unknown color: approx Bone. HEX triplet: DB, BC and A3. RGB value is (219,188,163). Sum of RGB (Red+Green+Blue) = 219+188+163=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCA3 is #24435C. Grayscale: #C2C2C2. Windows color (decimal): -2376541 or 10730715. OLE color: 10730715.

HSL color Cylindrical-coordinate representation of color #DBBCA3: hue angle of 26.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBCA3 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219188163-
CMYK00.140.260.14
HSL26.79º43.75%74.9%-
HSV(B)26.79º25.57%85.88%-
XYZ53.8153.6742.17-
YUV194.42110.27145.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 163 (64.06% from 255) = 28.60%
R=38.42%
G=32.98%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918816300.140.260.1426.7943.7574.9
HexDBBCA30E1AE1b2c4b
Octal33327424301632163354113
Binary11011011101111001010001101110110101110110111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCA3; }

 p { color: rgb(219,188,163); }

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

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

 a { background-color: rgb(219,188,163); }

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

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

 span { border-color: rgb(219,188,163); }

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