Html Css Color HEX #D9937D Feldspar

📋 copy color: '#D9937D'

red 217 ◦ green 147 ◦ blue 125

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

Shades of Feldspar #D9937D

Tints of Feldspar #D9937D

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 value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9937D (or 0xD9937D) is known color: 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

RGB 217 147 125 -
CMYK 0 0.32 0.42 0.15
HSL 14.35º 0.55% 0.67% -
HSV(B) 14.35º 0.42% 0.85% -
XYZ 42.75 37.1 24.31 -
YUV 165.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 217 147 125 0 0.32 0.42 0.15 14.35 0.55 0.67
Hex D9 93 7D 0 20 2A F E 37 43
Octal 331 223 175 0 40 52 17 16 67 103
Binary 11011001 10010011 1111101 0 100000 101010 1111 1110 110111 1000011

Color Harmonies of #D9937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9937D

Black with #D9937D

Text Example


Text Example

White with #D9937D

Text Example


Text Example

HTML Codes & Css Web 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>