#DC9974

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

Shades of Feldspar #DC9974

Tints of Feldspar #DC9974

Color information

#DC9974 (or 0xDC9974) is unknown color: approx Feldspar. HEX triplet: DC, 99 and 74. RGB value is (220,153,116). Sum of RGB (Red+Green+Blue) = 220+153+116=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9974 is #23668B. Grayscale: #A9A9A9. Windows color (decimal): -2320012 or 7641564. OLE color: 7641564.

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

Color convert

RGB220153116-
CMYK00.300.470.14
HSL21.35º59.77%65.88%-
HSV(B)21.35º47.27%86.27%-
XYZ44.0639.2621.78-
YUV168.8298.2164.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=44.99%
G=31.29%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015311600.300.470.1421.3559.7765.88
HexDC997401E2FE153c42
Octal33423116403657162574102
Binary110111001001100111101000111101011111110101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9974; }

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

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

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

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

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

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

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

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