Html Css Color HEX #D98F74 Feldspar

📋 copy color: '#D98F74'

red 217 ◦ green 143 ◦ blue 116

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

Shades of Feldspar #D98F74

Tints of Feldspar #D98F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 45.59%
G = 30.04%
B = 24.37%

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

#D98F74 (or 0xD98F74) is known color: Feldspar. HEX triplet: D9, 8F and 74. RGB value is (217,143,116). Sum of RGB (Red+Green+Blue) = 217+143+116=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F74 is #26708B. Grayscale: #A2A2A2. Windows color (decimal): -2519180 or 7639001. OLE color: 7639001.

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

Color convert

RGB 217 143 116 -
CMYK 0 0.34 0.47 0.15
HSL 16.04º 0.57% 0.65% -
HSV(B) 16.04º 0.47% 0.85% -
XYZ 41.59 35.66 21.21 -
YUV 162.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 217 143 116 0 0.34 0.47 0.15 16.04 0.57 0.65
Hex D9 8F 74 0 22 2F F 10 39 41
Octal 331 217 164 0 42 57 17 20 71 101
Binary 11011001 10001111 1110100 0 100010 101111 1111 10000 111001 1000001

Color Harmonies of #D98F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F74

Black with #D98F74

Text Example


Text Example

White with #D98F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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