#DC9770

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

Shades of Feldspar #DC9770

Tints of Feldspar #DC9770

Color information

#DC9770 (or 0xDC9770) is unknown color: approx Feldspar. HEX triplet: DC, 97 and 70. RGB value is (220,151,112). Sum of RGB (Red+Green+Blue) = 220+151+112=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9770 is #23688F. Grayscale: #A7A7A7. Windows color (decimal): -2320528 or 7378908. OLE color: 7378908.

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

Color convert

RGB220151112-
CMYK00.310.490.14
HSL21.67º60.67%65.1%-
HSV(B)21.67º49.09%86.27%-
XYZ43.5138.5220.47-
YUV167.1896.86165.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=45.55%
G=31.26%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015111200.310.490.1421.6760.6765.1
HexDC977001F31E163d41
Octal33422716003761162675101
Binary110111001001011111100000111111100011110101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9770; }

 p { color: rgb(220,151,112); }

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

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

 a { background-color: rgb(220,151,112); }

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

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

 span { border-color: rgb(220,151,112); }

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