Html Css Color HEX #D9966E Feldspar

📋 copy color: '#D9966E'

red 217 ◦ green 150 ◦ blue 110

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

Shades of Feldspar #D9966E

Tints of Feldspar #D9966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

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

R = 45.49%
G = 31.45%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9966E (or 0xD9966E) is known color: Feldspar. HEX triplet: D9, 96 and 6E. RGB value is (217,150,110). Sum of RGB (Red+Green+Blue) = 217+150+110=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9966E is #266991. Grayscale: #A5A5A5. Windows color (decimal): -2517394 or 7247577. OLE color: 7247577.

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

Color convert

RGB 217 150 110 -
CMYK 0 0.31 0.49 0.15
HSL 22.43º 0.58% 0.64% -
HSV(B) 22.43º 0.49% 0.85% -
XYZ 42.34 37.69 19.8 -
YUV 165.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 217 150 110 0 0.31 0.49 0.15 22.43 0.58 0.64
Hex D9 96 6E 0 1F 31 F 16 3A 40
Octal 331 226 156 0 37 61 17 26 72 100
Binary 11011001 10010110 1101110 0 11111 110001 1111 10110 111010 1000000

Color Harmonies of #D9966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9966E

Black with #D9966E

Text Example


Text Example

White with #D9966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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