#DC9076

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

Shades of Feldspar #DC9076

Tints of Feldspar #DC9076

Color information

#DC9076 (or 0xDC9076) is unknown color: approx Feldspar. HEX triplet: DC, 90 and 76. RGB value is (220,144,118). Sum of RGB (Red+Green+Blue) = 220+144+118=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9076 is #236F89. Grayscale: #A3A3A3. Windows color (decimal): -2322314 or 7770332. OLE color: 7770332.

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

Color convert

RGB220144118-
CMYK00.350.460.14
HSL15.29º59.3%66.27%-
HSV(B)15.29º46.36%86.27%-
XYZ42.7636.4721.93-
YUV163.76102.18168.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=45.64%
G=29.88%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014411800.350.460.1415.2959.366.27
HexDC90760232EEf3b42
Octal33422016604356161773102
Binary110111001001000011101100100011101110111011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9076; }

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

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

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

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

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

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

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

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