#DC9B76

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

Shades of Feldspar #DC9B76

Tints of Feldspar #DC9B76

Color information

#DC9B76 (or 0xDC9B76) is unknown color: approx Feldspar. HEX triplet: DC, 9B and 76. RGB value is (220,155,118). Sum of RGB (Red+Green+Blue) = 220+155+118=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B76 is #236489. Grayscale: #AAAAAA. Windows color (decimal): -2319498 or 7773148. OLE color: 7773148.

HSL color Cylindrical-coordinate representation of color #DC9B76: hue angle of 21.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9B76 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220155118-
CMYK00.300.460.14
HSL21.76º59.3%66.27%-
HSV(B)21.76º46.36%86.27%-
XYZ44.5139.9722.51-
YUV170.2298.53163.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=44.62%
G=31.44%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015511800.300.460.1421.7659.366.27
HexDC9B7601E2EE163b42
Octal33423316603656162673102
Binary110111001001101111101100111101011101110101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9B76; }

 p { color: rgb(220,155,118); }

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

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

 a { background-color: rgb(220,155,118); }

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

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

 span { border-color: rgb(220,155,118); }

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