#DBBEA1

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

Shades of Bone #DBBEA1

Tints of Bone #DBBEA1

Color information

#DBBEA1 (or 0xDBBEA1) is unknown color: approx Bone. HEX triplet: DB, BE and A1. RGB value is (219,190,161). Sum of RGB (Red+Green+Blue) = 219+190+161=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEA1 is #24415E. Grayscale: #C3C3C3. Windows color (decimal): -2376031 or 10600155. OLE color: 10600155.

HSL color Cylindrical-coordinate representation of color #DBBEA1: hue angle of 30º degrees, saturation: 0.45, 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 #DBBEA1 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219190161-
CMYK00.130.260.14
HSL30º44.62%74.51%-
HSV(B)30º26.48%85.88%-
XYZ54.0654.4641.38-
YUV195.36108.61144.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=38.42%
G=33.33%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919016100.130.260.143044.6274.51
HexDBBEA10D1AE1e2d4b
Octal33327624101532163655113
Binary11011011101111101010000101101110101110111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEA1; }

 p { color: rgb(219,190,161); }

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

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

 a { background-color: rgb(219,190,161); }

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

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

 span { border-color: rgb(219,190,161); }

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