#DBC4AD

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

Shades of Bone #DBC4AD

Tints of Bone #DBC4AD

Color information

#DBC4AD (or 0xDBC4AD) is unknown color: approx Bone. HEX triplet: DB, C4 and AD. RGB value is (219,196,173). Sum of RGB (Red+Green+Blue) = 219+196+173=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC4AD is #243B52. Grayscale: #C8C8C8. Windows color (decimal): -2374483 or 11388123. OLE color: 11388123.

HSL color Cylindrical-coordinate representation of color #DBC4AD: hue angle of 30º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC4AD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219196173-
CMYK00.110.210.14
HSL30º38.98%76.86%-
HSV(B)30º21%85.88%-
XYZ56.557.5647.67-
YUV200.26112.62141.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=37.24%
G=33.33%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919617300.110.210.143038.9876.86
HexDBC4AD0B15E1e274d
Octal33330425501325163647115
Binary11011011110001001010110101011101011110111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4AD; }

 p { color: rgb(219,196,173); }

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

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

 a { background-color: rgb(219,196,173); }

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

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

 span { border-color: rgb(219,196,173); }

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