#D9967A

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

Shades of Feldspar #D9967A

Tints of Feldspar #D9967A

Color information

#D9967A (or 0xD9967A) is unknown color: approx Feldspar. HEX triplet: D9, 96 and 7A. RGB value is (217,150,122). Sum of RGB (Red+Green+Blue) = 217+150+122=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9967A is #266985. Grayscale: #A7A7A7. Windows color (decimal): -2517382 or 8034009. OLE color: 8034009.

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

Color convert

RGB217150122-
CMYK00.310.440.15
HSL17.68º55.56%66.47%-
HSV(B)17.68º43.78%85.1%-
XYZ43.0337.9723.47-
YUV166.84102.7163.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=44.38%
G=30.67%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715012200.310.440.1517.6855.5666.47
HexD9967A01F2CF123842
Octal33122617203754172270102
Binary110110011001011011110100111111011001111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9967A; }

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

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

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

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

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

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

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

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