#D6917A

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

Shades of Feldspar #D6917A

Tints of Feldspar #D6917A

Color information

#D6917A (or 0xD6917A) is unknown color: approx Feldspar. HEX triplet: D6, 91 and 7A. RGB value is (214,145,122). Sum of RGB (Red+Green+Blue) = 214+145+122=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6917A is #296E85. Grayscale: #A3A3A3. Windows color (decimal): -2715270 or 8032726. OLE color: 8032726.

HSL color Cylindrical-coordinate representation of color #D6917A: hue angle of 15º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6917A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214145122-
CMYK00.320.430.16
HSL15º52.87%65.88%-
HSV(B)15º42.99%83.92%-
XYZ41.3735.9523.17-
YUV163.01104.86164.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=44.49%
G=30.15%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414512200.320.430.161552.8765.88
HexD6917A0202B10f3542
Octal32622117204053201765102
Binary1101011010010001111101001000001010111000011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6917A; }

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

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

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

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

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

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

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

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