Html Css Color HEX #D98F79 Feldspar

📋 copy color: '#D98F79'

red 217 ◦ green 143 ◦ blue 121

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

Shades of Feldspar #D98F79

Tints of Feldspar #D98F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 45.11%
G = 29.73%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D98F79 (or 0xD98F79) is known color: Feldspar. HEX triplet: D9, 8F and 79. RGB value is (217,143,121). Sum of RGB (Red+Green+Blue) = 217+143+121=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F79 is #267086. Grayscale: #A2A2A2. Windows color (decimal): -2519175 or 7966681. OLE color: 7966681.

HSL color Cylindrical-coordinate representation of color #D98F79: hue angle of 13.75º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D98F79 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 121 -
CMYK 0 0.34 0.44 0.15
HSL 13.75º 0.56% 0.66% -
HSV(B) 13.75º 0.44% 0.85% -
XYZ 41.89 35.78 22.79 -
YUV 162.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 217 143 121 0 0.34 0.44 0.15 13.75 0.56 0.66
Hex D9 8F 79 0 22 2C F E 38 42
Octal 331 217 171 0 42 54 17 16 70 102
Binary 11011001 10001111 1111001 0 100010 101100 1111 1110 111000 1000010

Color Harmonies of #D98F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F79

Black with #D98F79

Text Example


Text Example

White with #D98F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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