#D48D76

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

Shades of Feldspar #D48D76

Tints of Feldspar #D48D76

Color information

#D48D76 (or 0xD48D76) is unknown color: approx Feldspar. HEX triplet: D4, 8D and 76. RGB value is (212,141,118). Sum of RGB (Red+Green+Blue) = 212+141+118=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D76 is #2B7289. Grayscale: #9F9F9F. Windows color (decimal): -2847370 or 7769556. OLE color: 7769556.

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

Color convert

RGB212141118-
CMYK00.330.440.17
HSL14.68º52.22%64.71%-
HSV(B)14.68º44.34%83.14%-
XYZ39.9534.3521.67-
YUV159.61104.52165.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=45.01%
G=29.94%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214111800.330.440.1714.6852.2264.71
HexD48D760212C11f3441
Octal32421516604154211764101
Binary1101010010001101111011001000011011001000111111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D76; }

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

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

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

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

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

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

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

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