#DC8F77

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

Shades of Feldspar #DC8F77

Tints of Feldspar #DC8F77

Color information

#DC8F77 (or 0xDC8F77) is unknown color: approx Feldspar. HEX triplet: DC, 8F and 77. RGB value is (220,143,119). Sum of RGB (Red+Green+Blue) = 220+143+119=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F77 is #237088. Grayscale: #A3A3A3. Windows color (decimal): -2322569 or 7835612. OLE color: 7835612.

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

Color convert

RGB220143119-
CMYK00.350.460.14
HSL14.26º59.06%66.47%-
HSV(B)14.26º45.91%86.27%-
XYZ42.6736.1922.19-
YUV163.29103.01168.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=45.64%
G=29.67%
B=24.69%

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
Decimal22014311900.350.460.1414.2659.0666.47
HexDC8F770232EEe3b42
Octal33421716704356161673102
Binary110111001000111111101110100011101110111011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8F77; }

 p { color: rgb(220,143,119); }

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

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

 a { background-color: rgb(220,143,119); }

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

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

 span { border-color: rgb(220,143,119); }

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