#D48F77

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

Shades of Feldspar #D48F77

Tints of Feldspar #D48F77

Color information

#D48F77 (or 0xD48F77) is unknown color: approx Feldspar. HEX triplet: D4, 8F and 77. RGB value is (212,143,119). Sum of RGB (Red+Green+Blue) = 212+143+119=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F77 is #2B7088. Grayscale: #A1A1A1. Windows color (decimal): -2846857 or 7835604. OLE color: 7835604.

HSL color Cylindrical-coordinate representation of color #D48F77: hue angle of 15.48º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48F77 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB212143119-
CMYK00.330.440.17
HSL15.48º51.96%64.9%-
HSV(B)15.48º43.87%83.14%-
XYZ40.334.9722.08-
YUV160.89104.36164.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=44.73%
G=30.17%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214311900.330.440.1715.4851.9664.9
HexD48F770212C11f3441
Octal32421716704154211764101
Binary1101010010001111111011101000011011001000111111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F77; }

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

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

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

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

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

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

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

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