#D9967D

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

Shades of Feldspar #D9967D

Tints of Feldspar #D9967D

Color information

#D9967D (or 0xD9967D) is unknown color: approx Feldspar. HEX triplet: D9, 96 and 7D. RGB value is (217,150,125). Sum of RGB (Red+Green+Blue) = 217+150+125=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9967D is #266982. Grayscale: #A7A7A7. Windows color (decimal): -2517379 or 8230617. OLE color: 8230617.

HSL color Cylindrical-coordinate representation of color #D9967D: hue angle of 16.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9967D is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217150125-
CMYK00.310.420.15
HSL16.3º54.76%67.06%-
HSV(B)16.3º42.4%85.1%-
XYZ43.2238.0524.47-
YUV167.18104.2163.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=44.11%
G=30.49%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715012500.310.420.1516.354.7667.06
HexD9967D01F2AF103743
Octal33122617503752172067103
Binary110110011001011011111010111111010101111100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9967D; }

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

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

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

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

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

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

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

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