#DC9177

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

Shades of Feldspar #DC9177

Tints of Feldspar #DC9177

Color information

#DC9177 (or 0xDC9177) is unknown color: approx Feldspar. HEX triplet: DC, 91 and 77. RGB value is (220,145,119). Sum of RGB (Red+Green+Blue) = 220+145+119=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9177 is #236E88. Grayscale: #A4A4A4. Windows color (decimal): -2322057 or 7836124. OLE color: 7836124.

HSL color Cylindrical-coordinate representation of color #DC9177: hue angle of 15.45º 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 #DC9177 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220145119-
CMYK00.340.460.14
HSL15.45º59.06%66.47%-
HSV(B)15.45º45.91%86.27%-
XYZ42.9736.822.29-
YUV164.46102.35167.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=45.45%
G=29.96%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014511900.340.460.1415.4559.0666.47
HexDC91770222EEf3b42
Octal33422116704256161773102
Binary110111001001000111101110100010101110111011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9177; }

 p { color: rgb(220,145,119); }

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

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

 a { background-color: rgb(220,145,119); }

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

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

 span { border-color: rgb(220,145,119); }

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