Html Css Color HEX #D9966D Feldspar

📋 copy color: '#D9966D'

red 217 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #D9966D

Tints of Feldspar #D9966D

RGB

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

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

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

R = 45.59%
G = 31.51%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9966D (or 0xD9966D) is known color: Feldspar. HEX triplet: D9, 96 and 6D. RGB value is (217,150,109). Sum of RGB (Red+Green+Blue) = 217+150+109=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9966D is #266992. Grayscale: #A5A5A5. Windows color (decimal): -2517395 or 7182041. OLE color: 7182041.

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

Color convert

RGB 217 150 109 -
CMYK 0 0.31 0.50 0.15
HSL 22.78º 0.59% 0.64% -
HSV(B) 22.78º 0.5% 0.85% -
XYZ 42.28 37.67 19.51 -
YUV 165.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 217 150 109 0 0.31 0.50 0.15 22.78 0.59 0.64
Hex D9 96 6D 0 1F 32 F 17 3B 40
Octal 331 226 155 0 37 62 17 27 73 100
Binary 11011001 10010110 1101101 0 11111 110010 1111 10111 111011 1000000

Color Harmonies of #D9966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9966D

Black with #D9966D

Text Example


Text Example

White with #D9966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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