#DCC4AD

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

Shades of Bone #DCC4AD

Tints of Bone #DCC4AD

Color information

#DCC4AD (or 0xDCC4AD) is unknown color: approx Bone. HEX triplet: DC, C4 and AD. RGB value is (220,196,173). Sum of RGB (Red+Green+Blue) = 220+196+173=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4AD is #233B52. Grayscale: #C8C8C8. Windows color (decimal): -2308947 or 11388124. OLE color: 11388124.

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

Color convert

RGB220196173-
CMYK00.110.210.14
HSL29.36º40.17%77.06%-
HSV(B)29.36º21.36%86.27%-
XYZ56.857.7147.68-
YUV200.55112.45141.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=37.35%
G=33.28%
B=29.37%

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
Decimal22019617300.110.210.1429.3640.1777.06
HexDCC4AD0B15E1d284d
Octal33430425501325163550115
Binary11011100110001001010110101011101011110111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4AD; }

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

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

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

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

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

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

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

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