#DC9078

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

Shades of Feldspar #DC9078

Tints of Feldspar #DC9078

Color information

#DC9078 (or 0xDC9078) is unknown color: approx Feldspar. HEX triplet: DC, 90 and 78. RGB value is (220,144,120). Sum of RGB (Red+Green+Blue) = 220+144+120=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9078 is #236F87. Grayscale: #A4A4A4. Windows color (decimal): -2322312 or 7901404. OLE color: 7901404.

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

Color convert

RGB220144120-
CMYK00.350.450.14
HSL14.4º58.82%66.67%-
HSV(B)14.4º45.45%86.27%-
XYZ42.8836.5222.56-
YUV163.99103.18167.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=45.45%
G=29.75%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014412000.350.450.1414.458.8266.67
HexDC90780232DEe3b43
Octal33422017004355161673103
Binary110111001001000011110000100011101101111011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9078; }

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

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

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

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

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

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

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

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