#dc9878

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

Shades of Feldspar #DC9878

Tints of Feldspar #DC9878

Color information

#DC9878 (or 0xDC9878) is unknown color: approx Feldspar. HEX triplet: DC, 98 and 78. RGB value is (220,152,120). Sum of RGB (Red+Green+Blue) = 220+152+120=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9878 is #236787. Grayscale: #A8A8A8. Windows color (decimal): -2320264 or 7903452. OLE color: 7903452.

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

Color convert

RGB220152120-
CMYK00.310.450.14
HSL19.2º58.82%66.67%-
HSV(B)19.2º45.45%86.27%-
XYZ44.1339.0322.98-
YUV168.68100.53164.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=44.72%
G=30.89%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015212000.310.450.1419.258.8266.67
HexDC987801F2DE133b43
Octal33423017003755162373103
Binary110111001001100011110000111111011011110100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9878; }

 p { color: rgb(220,152,120); }

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

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

 a { background-color: rgb(220,152,120); }

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

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

 span { border-color: rgb(220,152,120); }

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