#DC8E75

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

Shades of Feldspar #DC8E75

Tints of Feldspar #DC8E75

Color information

#DC8E75 (or 0xDC8E75) is unknown color: approx Feldspar. HEX triplet: DC, 8E and 75. RGB value is (220,142,117). Sum of RGB (Red+Green+Blue) = 220+142+117=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E75 is #23718A. Grayscale: #A2A2A2. Windows color (decimal): -2322827 or 7704284. OLE color: 7704284.

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

Color convert

RGB220142117-
CMYK00.350.470.14
HSL14.56º59.54%66.08%-
HSV(B)14.56º46.82%86.27%-
XYZ42.435.8521.51-
YUV162.47102.34169.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=45.93%
G=29.65%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014211700.350.470.1414.5659.5466.08
HexDC8E750232FEf3c42
Octal33421616504357161774102
Binary110111001000111011101010100011101111111011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E75; }

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

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

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

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

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

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

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

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