#D9997D

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

Shades of Feldspar #D9997D

Tints of Feldspar #D9997D

Color information

#D9997D (or 0xD9997D) is unknown color: approx Feldspar. HEX triplet: D9, 99 and 7D. RGB value is (217,153,125). Sum of RGB (Red+Green+Blue) = 217+153+125=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9997D is #266682. Grayscale: #A9A9A9. Windows color (decimal): -2516611 or 8231385. OLE color: 8231385.

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

Color convert

RGB217153125-
CMYK00.290.420.15
HSL18.26º54.76%67.06%-
HSV(B)18.26º42.4%85.1%-
XYZ43.7139.0124.63-
YUV168.94103.2162.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=43.84%
G=30.91%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715312500.290.420.1518.2654.7667.06
HexD9997D01D2AF123743
Octal33123117503552172267103
Binary110110011001100111111010111011010101111100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9997D; }

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

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

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

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

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

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

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

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