#D48D74

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

Shades of Feldspar #D48D74

Tints of Feldspar #D48D74

Color information

#D48D74 (or 0xD48D74) is unknown color: approx Feldspar. HEX triplet: D4, 8D and 74. RGB value is (212,141,116). Sum of RGB (Red+Green+Blue) = 212+141+116=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D74 is #2B728B. Grayscale: #9F9F9F. Windows color (decimal): -2847372 or 7638484. OLE color: 7638484.

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

Color convert

RGB212141116-
CMYK00.330.450.17
HSL15.63º52.75%64.31%-
HSV(B)15.63º45.28%83.14%-
XYZ39.8334.3121.05-
YUV159.38103.52165.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 116 (45.70% from 255) = 24.73%
R=45.20%
G=30.06%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214111600.330.450.1715.6352.7564.31
HexD48D740212D11103540
Octal32421516404155212065100
Binary11010100100011011110100010000110110110001100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D74; }

 p { color: rgb(212,141,116); }

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

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

 a { background-color: rgb(212,141,116); }

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

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

 span { border-color: rgb(212,141,116); }

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