#D48E78

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

Shades of Feldspar #D48E78

Tints of Feldspar #D48E78

Color information

#D48E78 (or 0xD48E78) is unknown color: approx Feldspar. HEX triplet: D4, 8E and 78. RGB value is (212,142,120). Sum of RGB (Red+Green+Blue) = 212+142+120=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E78 is #2B7187. Grayscale: #A0A0A0. Windows color (decimal): -2847112 or 7900884. OLE color: 7900884.

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

Color convert

RGB212142120-
CMYK00.330.430.17
HSL14.35º51.69%65.1%-
HSV(B)14.35º43.4%83.14%-
XYZ40.2134.722.35-
YUV160.42105.19164.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=44.73%
G=29.96%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214212000.330.430.1714.3551.6965.1
HexD48E780212B11e3441
Octal32421617004153211664101
Binary1101010010001110111100001000011010111000111101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E78; }

 p { color: rgb(212,142,120); }

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

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

 a { background-color: rgb(212,142,120); }

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

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

 span { border-color: rgb(212,142,120); }

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