Html Css Color HEX #D98D77 Feldspar

📋 copy color: '#D98D77'

red 217 ◦ green 141 ◦ blue 119

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

Shades of Feldspar #D98D77

Tints of Feldspar #D98D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.56%

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 45.49%
G = 29.56%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D98D77 (or 0xD98D77) is known color: Feldspar. HEX triplet: D9, 8D and 77. RGB value is (217,141,119). Sum of RGB (Red+Green+Blue) = 217+141+119=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D77 is #267288. Grayscale: #A1A1A1. Windows color (decimal): -2519689 or 7835097. OLE color: 7835097.

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

Color convert

RGB 217 141 119 -
CMYK 0 0.35 0.45 0.15
HSL 13.47º 0.56% 0.66% -
HSV(B) 13.47º 0.45% 0.85% -
XYZ 41.47 35.13 22.05 -
YUV 161.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 217 141 119 0 0.35 0.45 0.15 13.47 0.56 0.66
Hex D9 8D 77 0 23 2D F D 38 42
Octal 331 215 167 0 43 55 17 15 70 102
Binary 11011001 10001101 1110111 0 100011 101101 1111 1101 111000 1000010

Color Harmonies of #D98D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D77

Black with #D98D77

Text Example


Text Example

White with #D98D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D77; }

 p { color: rgb(217,141,119); }

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

background-color css

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

 a { background-color: rgb(217,141,119); }

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

border-color css

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

 span { border-color: rgb(217,141,119); }

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