#D48B74

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

Shades of Feldspar #D48B74

Tints of Feldspar #D48B74

Color information

#D48B74 (or 0xD48B74) is unknown color: approx Feldspar. HEX triplet: D4, 8B and 74. RGB value is (212,139,116). Sum of RGB (Red+Green+Blue) = 212+139+116=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B74 is #2B748B. Grayscale: #9E9E9E. Windows color (decimal): -2847884 or 7637972. OLE color: 7637972.

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

Color convert

RGB212139116-
CMYK00.340.450.17
HSL14.38º52.75%64.31%-
HSV(B)14.38º45.28%83.14%-
XYZ39.5433.7220.95-
YUV158.2104.18166.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 139 (54.69% from 255) = 29.76%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=45.40%
G=29.76%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213911600.340.450.1714.3852.7564.31
HexD48B740222D11e3540
Octal32421316404255211665100
Binary1101010010001011111010001000101011011000111101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48B74; }

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

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

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

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

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

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

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

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