#D9937D

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

Shades of Feldspar #D9937D

Tints of Feldspar #D9937D

Color information

#D9937D (or 0xD9937D) is unknown color: approx Feldspar. HEX triplet: D9, 93 and 7D. RGB value is (217,147,125). Sum of RGB (Red+Green+Blue) = 217+147+125=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9937D is #266C82. Grayscale: #A5A5A5. Windows color (decimal): -2518147 or 8229849. OLE color: 8229849.

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

Color convert

RGB217147125-
CMYK00.320.420.15
HSL14.35º54.76%67.06%-
HSV(B)14.35º42.4%85.1%-
XYZ42.7537.124.31-
YUV165.42105.19164.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=44.38%
G=30.06%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714712500.320.420.1514.3554.7667.06
HexD9937D0202AFe3743
Octal33122317504052171667103
Binary110110011001001111111010100000101010111111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9937D; }

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

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

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

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

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

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

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

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