Html Css Color HEX #D9946D Feldspar

📋 copy color: '#D9946D'

red 217 ◦ green 148 ◦ blue 109

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

Shades of Feldspar #D9946D

Tints of Feldspar #D9946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 45.78%
G = 31.22%
B = 23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9946D (or 0xD9946D) is known color: Feldspar. HEX triplet: D9, 94 and 6D. RGB value is (217,148,109). Sum of RGB (Red+Green+Blue) = 217+148+109=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9946D is #266B92. Grayscale: #A4A4A4. Windows color (decimal): -2517907 or 7181529. OLE color: 7181529.

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

Color convert

RGB 217 148 109 -
CMYK 0 0.32 0.50 0.15
HSL 21.67º 0.59% 0.64% -
HSV(B) 21.67º 0.5% 0.85% -
XYZ 41.97 37.04 19.4 -
YUV 164.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 217 148 109 0 0.32 0.50 0.15 21.67 0.59 0.64
Hex D9 94 6D 0 20 32 F 16 3B 40
Octal 331 224 155 0 40 62 17 26 73 100
Binary 11011001 10010100 1101101 0 100000 110010 1111 10110 111011 1000000

Color Harmonies of #D9946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9946D

Black with #D9946D

Text Example


Text Example

White with #D9946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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