#D48C78

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

Shades of Feldspar #D48C78

Tints of Feldspar #D48C78

Color information

#D48C78 (or 0xD48C78) is unknown color: approx Feldspar. HEX triplet: D4, 8C and 78. RGB value is (212,140,120). Sum of RGB (Red+Green+Blue) = 212+140+120=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C78 is #2B7387. Grayscale: #9F9F9F. Windows color (decimal): -2847624 or 7900372. OLE color: 7900372.

HSL color Cylindrical-coordinate representation of color #D48C78: hue angle of 13.04º 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 #D48C78 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212140120-
CMYK00.340.430.17
HSL13.04º51.69%65.1%-
HSV(B)13.04º43.4%83.14%-
XYZ39.9234.1122.25-
YUV159.25105.85165.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 140 (55.08% from 255) = 29.66%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=44.92%
G=29.66%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214012000.340.430.1713.0451.6965.1
HexD48C780222B11d3441
Octal32421417004253211564101
Binary1101010010001100111100001000101010111000111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C78; }

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

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

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

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

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

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

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

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