#D48F7A

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

Shades of Feldspar #D48F7A

Tints of Feldspar #D48F7A

Color information

#D48F7A (or 0xD48F7A) is unknown color: approx Feldspar. HEX triplet: D4, 8F and 7A. RGB value is (212,143,122). Sum of RGB (Red+Green+Blue) = 212+143+122=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F7A is #2B7085. Grayscale: #A1A1A1. Windows color (decimal): -2846854 or 8032212. OLE color: 8032212.

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

Color convert

RGB212143122-
CMYK00.330.420.17
HSL14º51.14%65.49%-
HSV(B)14º42.45%83.14%-
XYZ40.4935.0523.04-
YUV161.24105.86164.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=44.44%
G=29.98%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214312200.330.420.171451.1465.49
HexD48F7A0212A11e3341
Octal32421717204152211663101
Binary1101010010001111111101001000011010101000111101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F7A; }

 p { color: rgb(212,143,122); }

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

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

 a { background-color: rgb(212,143,122); }

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

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

 span { border-color: rgb(212,143,122); }

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