Html Css Color HEX #D9946E Feldspar

📋 copy color: '#D9946E'

red 217 ◦ green 148 ◦ blue 110

#D9946E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D9946E

Tints of Feldspar #D9946E

RGB

 RED value IS 217 (85.16% from 255) = 45.68%

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 45.68%
G = 31.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9946E (or 0xD9946E) is known color: Feldspar. HEX triplet: D9, 94 and 6E. RGB value is (217,148,110). Sum of RGB (Red+Green+Blue) = 217+148+110=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9946E is #266B91. Grayscale: #A4A4A4. Windows color (decimal): -2517906 or 7247065. OLE color: 7247065.

HSL color Cylindrical-coordinate representation of color #D9946E: hue angle of 21.31º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9946E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 110 -
CMYK 0 0.32 0.49 0.15
HSL 21.31º 0.58% 0.64% -
HSV(B) 21.31º 0.49% 0.85% -
XYZ 42.02 37.06 19.69 -
YUV 164.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 217 148 110 0 0.32 0.49 0.15 21.31 0.58 0.64
Hex D9 94 6E 0 20 31 F 15 3A 40
Octal 331 224 156 0 40 61 17 25 72 100
Binary 11011001 10010100 1101110 0 100000 110001 1111 10101 111010 1000000

Color Harmonies of #D9946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9946E

Black with #D9946E

Text Example


Text Example

White with #D9946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9946E; }

 p { color: rgb(217,148,110); }

 H1.HeaderClassName
 {
   color: #D9946E;
 }
 .AnyTagClassName
 {
   color: #D9946E;
 }
</style>

background-color css

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

 a { background-color: rgb(217,148,110); }

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

border-color css

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

 span { border-color: rgb(217,148,110); }

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