#DC9577

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

Shades of Feldspar #DC9577

Tints of Feldspar #DC9577

Color information

#DC9577 (or 0xDC9577) is unknown color: approx Feldspar. HEX triplet: DC, 95 and 77. RGB value is (220,149,119). Sum of RGB (Red+Green+Blue) = 220+149+119=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9577 is #236A88. Grayscale: #A7A7A7. Windows color (decimal): -2321033 or 7837148. OLE color: 7837148.

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

Color convert

RGB220149119-
CMYK00.320.460.14
HSL17.82º59.06%66.47%-
HSV(B)17.82º45.91%86.27%-
XYZ43.5938.0422.5-
YUV166.81101.02165.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=45.08%
G=30.53%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014911900.320.460.1417.8259.0666.47
HexDC95770202EE123b42
Octal33422516704056162273102
Binary1101110010010101111011101000001011101110100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9577; }

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

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

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

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

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

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

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

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