#D48C74

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

Shades of Feldspar #D48C74

Tints of Feldspar #D48C74

Color information

#D48C74 (or 0xD48C74) is unknown color: approx Feldspar. HEX triplet: D4, 8C and 74. RGB value is (212,140,116). Sum of RGB (Red+Green+Blue) = 212+140+116=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C74 is #2B738B. Grayscale: #9E9E9E. Windows color (decimal): -2847628 or 7638228. OLE color: 7638228.

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

Color convert

RGB212140116-
CMYK00.340.450.17
HSL15º52.75%64.31%-
HSV(B)15º45.28%83.14%-
XYZ39.6834.0121-
YUV158.79103.85165.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=45.30%
G=29.91%
B=24.79%

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
Decimal21214011600.340.450.171552.7564.31
HexD48C740222D11f3540
Octal32421416404255211765100
Binary1101010010001100111010001000101011011000111111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C74; }

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

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

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

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

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

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

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

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