Html Css Color HEX #D9956D Feldspar

📋 copy color: '#D9956D'

red 217 ◦ green 149 ◦ blue 109

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

Shades of Feldspar #D9956D

Tints of Feldspar #D9956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.37%

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

R = 45.68%
G = 31.37%
B = 22.95%

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

#D9956D (or 0xD9956D) is known color: Feldspar. HEX triplet: D9, 95 and 6D. RGB value is (217,149,109). Sum of RGB (Red+Green+Blue) = 217+149+109=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9956D is #266A92. Grayscale: #A5A5A5. Windows color (decimal): -2517651 or 7181785. OLE color: 7181785.

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

Color convert

RGB 217 149 109 -
CMYK 0 0.31 0.50 0.15
HSL 22.22º 0.59% 0.64% -
HSV(B) 22.22º 0.5% 0.85% -
XYZ 42.12 37.35 19.46 -
YUV 164.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 217 149 109 0 0.31 0.50 0.15 22.22 0.59 0.64
Hex D9 95 6D 0 1F 32 F 16 3B 40
Octal 331 225 155 0 37 62 17 26 73 100
Binary 11011001 10010101 1101101 0 11111 110010 1111 10110 111011 1000000

Color Harmonies of #D9956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9956D

Black with #D9956D

Text Example


Text Example

White with #D9956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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