#DCBDA4

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

Shades of Bone #DCBDA4

Tints of Bone #DCBDA4

Color information

#DCBDA4 (or 0xDCBDA4) is unknown color: approx Bone. HEX triplet: DC, BD and A4. RGB value is (220,189,164). Sum of RGB (Red+Green+Blue) = 220+189+164=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA4 is #23425B. Grayscale: #C3C3C3. Windows color (decimal): -2310748 or 10796508. OLE color: 10796508.

HSL color Cylindrical-coordinate representation of color #DCBDA4: hue angle of 26.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBDA4 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220189164-
CMYK00.140.250.14
HSL26.79º44.44%75.29%-
HSV(B)26.79º25.45%86.27%-
XYZ54.4154.2942.73-
YUV195.42110.27145.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 164 (64.45% from 255) = 28.62%
R=38.39%
G=32.98%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018916400.140.250.1426.7944.4475.29
HexDCBDA40E19E1b2c4b
Octal33427524401631163354113
Binary11011100101111011010010001110110011110110111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDA4; }

 p { color: rgb(220,189,164); }

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

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

 a { background-color: rgb(220,189,164); }

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

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

 span { border-color: rgb(220,189,164); }

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