#DBBCA1

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

Shades of Bone #DBBCA1

Tints of Bone #DBBCA1

Color information

#DBBCA1 (or 0xDBBCA1) is unknown color: approx Bone. HEX triplet: DB, BC and A1. RGB value is (219,188,161). Sum of RGB (Red+Green+Blue) = 219+188+161=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCA1 is #24435E. Grayscale: #C2C2C2. Windows color (decimal): -2376543 or 10599643. OLE color: 10599643.

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

Color convert

RGB219188161-
CMYK00.140.260.14
HSL27.93º44.62%74.51%-
HSV(B)27.93º26.48%85.88%-
XYZ53.6353.641.24-
YUV194.19109.27145.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=38.56%
G=33.10%
B=28.35%

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
Decimal21918816100.140.260.1427.9344.6274.51
HexDBBCA10E1AE1c2d4b
Octal33327424101632163455113
Binary11011011101111001010000101110110101110111001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCA1; }

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

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

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

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

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

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

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

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