Html Css Color HEX #D98F73 Feldspar

📋 copy color: '#D98F73'

red 217 ◦ green 143 ◦ blue 115

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

Shades of Feldspar #D98F73

Tints of Feldspar #D98F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.11%

 BLUE value IS 115 (45.31% from 255) = 24.21%

R = 45.68%
G = 30.11%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98F73 (or 0xD98F73) is known color: Feldspar. HEX triplet: D9, 8F and 73. RGB value is (217,143,115). Sum of RGB (Red+Green+Blue) = 217+143+115=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F73 is #26708C. Grayscale: #A2A2A2. Windows color (decimal): -2519181 or 7573465. OLE color: 7573465.

HSL color Cylindrical-coordinate representation of color #D98F73: hue angle of 16.47º degrees, saturation: 0.57, 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 #D98F73 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 115 -
CMYK 0 0.34 0.47 0.15
HSL 16.47º 0.57% 0.65% -
HSV(B) 16.47º 0.47% 0.85% -
XYZ 41.53 35.63 20.91 -
YUV 161.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 217 143 115 0 0.34 0.47 0.15 16.47 0.57 0.65
Hex D9 8F 73 0 22 2F F 10 39 41
Octal 331 217 163 0 42 57 17 20 71 101
Binary 11011001 10001111 1110011 0 100010 101111 1111 10000 111001 1000001

Color Harmonies of #D98F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F73

Black with #D98F73

Text Example


Text Example

White with #D98F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F73; }

 p { color: rgb(217,143,115); }

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

background-color css

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

 a { background-color: rgb(217,143,115); }

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

border-color css

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

 span { border-color: rgb(217,143,115); }

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