#D4917A

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

Shades of Feldspar #D4917A

Tints of Feldspar #D4917A

Color information

#D4917A (or 0xD4917A) is unknown color: approx Feldspar. HEX triplet: D4, 91 and 7A. RGB value is (212,145,122). Sum of RGB (Red+Green+Blue) = 212+145+122=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4917A is #2B6E85. Grayscale: #A2A2A2. Windows color (decimal): -2846342 or 8032724. OLE color: 8032724.

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

Color convert

RGB212145122-
CMYK00.320.420.17
HSL15.33º51.14%65.49%-
HSV(B)15.33º42.45%83.14%-
XYZ40.7935.6523.14-
YUV162.41105.2163.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=44.26%
G=30.27%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214512200.320.420.1715.3351.1465.49
HexD4917A0202A11f3341
Octal32422117204052211763101
Binary1101010010010001111101001000001010101000111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4917A; }

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

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

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

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

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

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

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

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