#D99A72

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

Shades of Feldspar #D99A72

Tints of Feldspar #D99A72

Color information

#D99A72 (or 0xD99A72) is unknown color: approx Feldspar. HEX triplet: D9, 9A and 72. RGB value is (217,154,114). Sum of RGB (Red+Green+Blue) = 217+154+114=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A72 is #26658D. Grayscale: #A8A8A8. Windows color (decimal): -2516366 or 7510745. OLE color: 7510745.

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

Color convert

RGB217154114-
CMYK00.290.470.15
HSL23.3º57.54%64.9%-
HSV(B)23.3º47.47%85.1%-
XYZ43.2139.0821.19-
YUV168.2897.37162.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=44.74%
G=31.75%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715411400.290.470.1523.357.5464.9
HexD99A7201D2FF173a41
Octal33123216203557172772101
Binary110110011001101011100100111011011111111101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A72; }

 p { color: rgb(217,154,114); }

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

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

 a { background-color: rgb(217,154,114); }

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

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

 span { border-color: rgb(217,154,114); }

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