#D9956C

Color #D9956C Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D9956C

Tints of Feldspar #D9956C

Color information

#D9956C (or 0xD9956C) is unknown color: approx Feldspar. HEX triplet: D9, 95 and 6C. RGB value is (217,149,108). Sum of RGB (Red+Green+Blue) = 217+149+108=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9956C is #266A93. Grayscale: #A4A4A4. Windows color (decimal): -2517652 or 7116249. OLE color: 7116249.

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

Color convert

RGB217149108-
CMYK00.310.500.15
HSL22.57º58.92%63.73%-
HSV(B)22.57º50.23%85.1%-
XYZ42.0737.3319.18-
YUV164.6696.03165.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=45.78%
G=31.43%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714910800.310.500.1522.5758.9263.73
HexD9956C01F32F173b40
Octal33122515403762172773100
Binary110110011001010111011000111111100101111101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9956C; }

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

 H1.HeaderClassName
 {
   color: #D9956C;
 }
 .AnyTagClassName
 {
   color: #D9956C;
 }
</style>
background-color css

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

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

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

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

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

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