#DBC2AB

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

Shades of Bone #DBC2AB

Tints of Bone #DBC2AB

Color information

#DBC2AB (or 0xDBC2AB) is unknown color: approx Bone. HEX triplet: DB, C2 and AB. RGB value is (219,194,171). Sum of RGB (Red+Green+Blue) = 219+194+171=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2AB is #243D54. Grayscale: #C6C6C6. Windows color (decimal): -2374997 or 11256539. OLE color: 11256539.

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

Color convert

RGB219194171-
CMYK00.110.220.14
HSL28.75º40%76.47%-
HSV(B)28.75º21.92%85.88%-
XYZ55.8656.5846.51-
YUV198.85112.28142.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 171 (67.19% from 255) = 29.28%
R=37.5%
G=33.22%
B=29.28%

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
Decimal21919417100.110.220.1428.754076.47
HexDBC2AB0B16E1d284c
Octal33330225301326163550114
Binary11011011110000101010101101011101101110111011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2AB; }

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

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

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

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

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

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

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

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