#D48D72

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

Shades of Feldspar #D48D72

Tints of Feldspar #D48D72

Color information

#D48D72 (or 0xD48D72) is unknown color: approx Feldspar. HEX triplet: D4, 8D and 72. RGB value is (212,141,114). Sum of RGB (Red+Green+Blue) = 212+141+114=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D72 is #2B728D. Grayscale: #9F9F9F. Windows color (decimal): -2847374 or 7507412. OLE color: 7507412.

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

Color convert

RGB212141114-
CMYK00.330.460.17
HSL16.53º53.26%63.92%-
HSV(B)16.53º46.23%83.14%-
XYZ39.7134.2620.44-
YUV159.15102.52165.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=45.40%
G=30.19%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214111400.330.460.1716.5353.2663.92
HexD48D720212E11113540
Octal32421516204156212165100
Binary11010100100011011110010010000110111010001100011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D72; }

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

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

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

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

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

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

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

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