Html Css Color HEX #D9937C Feldspar

📋 copy color: '#D9937C'

red 217 ◦ green 147 ◦ blue 124

#D9937C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D9937C

Tints of Feldspar #D9937C

RGB

 RED value IS 217 (85.16% from 255) = 44.47%

 GREEN value IS 147 (57.81% from 255) = 30.12%

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 44.47%
G = 30.12%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9937C (or 0xD9937C) is known color: Feldspar. HEX triplet: D9, 93 and 7C. RGB value is (217,147,124). Sum of RGB (Red+Green+Blue) = 217+147+124=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9937C is #266C83. Grayscale: #A5A5A5. Windows color (decimal): -2518148 or 8164313. OLE color: 8164313.

HSL color Cylindrical-coordinate representation of color #D9937C: hue angle of 14.84º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9937C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 124 -
CMYK 0 0.32 0.43 0.15
HSL 14.84º 0.55% 0.67% -
HSV(B) 14.84º 0.43% 0.85% -
XYZ 42.69 37.07 23.98 -
YUV 165.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 217 147 124 0 0.32 0.43 0.15 14.84 0.55 0.67
Hex D9 93 7C 0 20 2B F F 37 43
Octal 331 223 174 0 40 53 17 17 67 103
Binary 11011001 10010011 1111100 0 100000 101011 1111 1111 110111 1000011

Color Harmonies of #D9937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9937C

Black with #D9937C

Text Example


Text Example

White with #D9937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9937C; }

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

 H1.HeaderClassName
 {
   color: #D9937C;
 }
 .AnyTagClassName
 {
   color: #D9937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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