Html Css Color HEX #D98F78 Feldspar

📋 copy color: '#D98F78'

red 217 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #D98F78

Tints of Feldspar #D98F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25%

R = 45.21%
G = 29.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D98F78 (or 0xD98F78) is known color: Feldspar. HEX triplet: D9, 8F and 78. RGB value is (217,143,120). Sum of RGB (Red+Green+Blue) = 217+143+120=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F78 is #267087. Grayscale: #A2A2A2. Windows color (decimal): -2519176 or 7901145. OLE color: 7901145.

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

Color convert

RGB 217 143 120 -
CMYK 0 0.34 0.45 0.15
HSL 14.23º 0.56% 0.66% -
HSV(B) 14.23º 0.45% 0.85% -
XYZ 41.83 35.75 22.47 -
YUV 162.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 217 143 120 0 0.34 0.45 0.15 14.23 0.56 0.66
Hex D9 8F 78 0 22 2D F E 38 42
Octal 331 217 170 0 42 55 17 16 70 102
Binary 11011001 10001111 1111000 0 100010 101101 1111 1110 111000 1000010

Color Harmonies of #D98F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F78

Black with #D98F78

Text Example


Text Example

White with #D98F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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