#DC9775

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

Shades of Feldspar #DC9775

Tints of Feldspar #DC9775

Color information

#DC9775 (or 0xDC9775) is unknown color: approx Feldspar. HEX triplet: DC, 97 and 75. RGB value is (220,151,117). Sum of RGB (Red+Green+Blue) = 220+151+117=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9775 is #23688A. Grayscale: #A7A7A7. Windows color (decimal): -2320523 or 7706588. OLE color: 7706588.

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

Color convert

RGB220151117-
CMYK00.310.470.14
HSL19.81º59.54%66.08%-
HSV(B)19.81º46.82%86.27%-
XYZ43.7938.6321.98-
YUV167.7699.36165.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=45.08%
G=30.94%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015111700.310.470.1419.8159.5466.08
HexDC977501F2FE143c42
Octal33422716503757162474102
Binary110111001001011111101010111111011111110101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9775; }

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

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

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

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

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

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

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

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