Html Css Color HEX #D9946F Feldspar

📋 copy color: '#D9946F'

red 217 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #D9946F

Tints of Feldspar #D9946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 45.59%
G = 31.09%
B = 23.32%

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

#D9946F (or 0xD9946F) is known color: Feldspar. HEX triplet: D9, 94 and 6F. RGB value is (217,148,111). Sum of RGB (Red+Green+Blue) = 217+148+111=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9946F is #266B90. Grayscale: #A4A4A4. Windows color (decimal): -2517905 or 7312601. OLE color: 7312601.

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

Color convert

RGB 217 148 111 -
CMYK 0 0.32 0.49 0.15
HSL 20.94º 0.58% 0.64% -
HSV(B) 20.94º 0.49% 0.85% -
XYZ 42.07 37.08 19.98 -
YUV 164.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 217 148 111 0 0.32 0.49 0.15 20.94 0.58 0.64
Hex D9 94 6F 0 20 31 F 15 3A 40
Octal 331 224 157 0 40 61 17 25 72 100
Binary 11011001 10010100 1101111 0 100000 110001 1111 10101 111010 1000000

Color Harmonies of #D9946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9946F

Black with #D9946F

Text Example


Text Example

White with #D9946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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