#DCC9AF

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

Shades of Bone #DCC9AF

Tints of Bone #DCC9AF

Color information

#DCC9AF (or 0xDCC9AF) is unknown color: approx Bone. HEX triplet: DC, C9 and AF. RGB value is (220,201,175). Sum of RGB (Red+Green+Blue) = 220+201+175=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9AF is #233650. Grayscale: #CBCBCB. Windows color (decimal): -2307665 or 11520476. OLE color: 11520476.

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

Color convert

RGB220201175-
CMYK00.090.200.14
HSL34.67º39.13%77.45%-
HSV(B)34.67º20.45%86.27%-
XYZ58.1460.0849.09-
YUV203.72111.79139.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=36.91%
G=33.72%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020117500.090.200.1434.6739.1377.45
HexDCC9AF0914E23274d
Octal33431125701124164347115
Binary110111001100100110101111010011010011101000111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9AF; }

 p { color: rgb(220,201,175); }

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

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

 a { background-color: rgb(220,201,175); }

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

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

 span { border-color: rgb(220,201,175); }

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