#DBC3AB

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

Shades of Bone #DBC3AB

Tints of Bone #DBC3AB

Color information

#DBC3AB (or 0xDBC3AB) is unknown color: approx Bone. HEX triplet: DB, C3 and AB. RGB value is (219,195,171). Sum of RGB (Red+Green+Blue) = 219+195+171=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC3AB is #243C54. Grayscale: #C7C7C7. Windows color (decimal): -2374741 or 11256795. OLE color: 11256795.

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

Color convert

RGB219195171-
CMYK00.110.220.14
HSL30º40%76.47%-
HSV(B)30º21.92%85.88%-
XYZ56.0857.0346.58-
YUV199.44111.95141.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=37.44%
G=33.33%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919517100.110.220.14304076.47
HexDBC3AB0B16E1e284c
Octal33330325301326163650114
Binary11011011110000111010101101011101101110111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3AB; }

 p { color: rgb(219,195,171); }

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

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

 a { background-color: rgb(219,195,171); }

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

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

 span { border-color: rgb(219,195,171); }

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