#dc9979

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

Shades of Feldspar #DC9979

Tints of Feldspar #DC9979

Color information

#DC9979 (or 0xDC9979) is unknown color: approx Feldspar. HEX triplet: DC, 99 and 79. RGB value is (220,153,121). Sum of RGB (Red+Green+Blue) = 220+153+121=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9979 is #236686. Grayscale: #A9A9A9. Windows color (decimal): -2320007 or 7969244. OLE color: 7969244.

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

Color convert

RGB220153121-
CMYK00.300.450.14
HSL19.39º58.58%66.86%-
HSV(B)19.39º45%86.27%-
XYZ44.3639.3823.35-
YUV169.39100.7164.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=44.53%
G=30.97%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015312100.300.450.1419.3958.5866.86
HexDC997901E2DE133b43
Octal33423117103655162373103
Binary110111001001100111110010111101011011110100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9979; }

 p { color: rgb(220,153,121); }

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

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

 a { background-color: rgb(220,153,121); }

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

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

 span { border-color: rgb(220,153,121); }

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