Html Css Color HEX #D98C73 Feldspar

📋 copy color: '#D98C73'

red 217 ◦ green 140 ◦ blue 115

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

Shades of Feldspar #D98C73

Tints of Feldspar #D98C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

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

R = 45.97%
G = 29.66%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98C73 (or 0xD98C73) is known color: Feldspar. HEX triplet: D9, 8C and 73. RGB value is (217,140,115). Sum of RGB (Red+Green+Blue) = 217+140+115=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C73 is #26738C. Grayscale: #A0A0A0. Windows color (decimal): -2519949 or 7572697. OLE color: 7572697.

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

Color convert

RGB 217 140 115 -
CMYK 0 0.35 0.47 0.15
HSL 14.71º 0.57% 0.65% -
HSV(B) 14.71º 0.47% 0.85% -
XYZ 41.09 34.75 20.76 -
YUV 160.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 217 140 115 0 0.35 0.47 0.15 14.71 0.57 0.65
Hex D9 8C 73 0 23 2F F F 39 41
Octal 331 214 163 0 43 57 17 17 71 101
Binary 11011001 10001100 1110011 0 100011 101111 1111 1111 111001 1000001

Color Harmonies of #D98C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C73

Black with #D98C73

Text Example


Text Example

White with #D98C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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