#D48A75

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

Shades of Feldspar #D48A75

Tints of Feldspar #D48A75

Color information

#D48A75 (or 0xD48A75) is unknown color: approx Feldspar. HEX triplet: D4, 8A and 75. RGB value is (212,138,117). Sum of RGB (Red+Green+Blue) = 212+138+117=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A75 is #2B758A. Grayscale: #9D9D9D. Windows color (decimal): -2848139 or 7703252. OLE color: 7703252.

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

Color convert

RGB212138117-
CMYK00.350.450.17
HSL13.26º52.49%64.51%-
HSV(B)13.26º44.81%83.14%-
XYZ39.4533.4621.21-
YUV157.73105.02166.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=45.40%
G=29.55%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213811700.350.450.1713.2652.4964.51
HexD48A750232D11d3441
Octal32421216504355211564101
Binary1101010010001010111010101000111011011000111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A75; }

 p { color: rgb(212,138,117); }

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

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

 a { background-color: rgb(212,138,117); }

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

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

 span { border-color: rgb(212,138,117); }

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