#D99670

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

Shades of Feldspar #D99670

Tints of Feldspar #D99670

Color information

#D99670 (or 0xD99670) is unknown color: approx Feldspar. HEX triplet: D9, 96 and 70. RGB value is (217,150,112). Sum of RGB (Red+Green+Blue) = 217+150+112=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D99670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99670 is #26698F. Grayscale: #A5A5A5. Windows color (decimal): -2517392 or 7378649. OLE color: 7378649.

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

Color convert

RGB217150112-
CMYK00.310.480.15
HSL21.71º58.01%64.51%-
HSV(B)21.71º48.39%85.1%-
XYZ42.4537.7320.38-
YUV165.797.7164.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=45.30%
G=31.32%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715011200.310.480.1521.7158.0164.51
HexD9967001F30F163a41
Octal33122616003760172672101
Binary110110011001011011100000111111100001111101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99670; }

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

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

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

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

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

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

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

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