Html Css Color HEX #D39F73 Feldspar

📋 copy color: '#D39F73'

red 211 ◦ green 159 ◦ blue 115

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

Shades of Feldspar #D39F73

Tints of Feldspar #D39F73

RGB

 RED value IS 211 (82.81% from 255) = 43.51%

 GREEN value IS 159 (62.5% from 255) = 32.78%

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

R = 43.51%
G = 32.78%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D39F73 (or 0xD39F73) is known color: Feldspar. HEX triplet: D3, 9F and 73. RGB value is (211,159,115). Sum of RGB (Red+Green+Blue) = 211+159+115=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39F73 is #2C608C. Grayscale: #A9A9A9. Windows color (decimal): -2908301 or 7577555. OLE color: 7577555.

HSL color Cylindrical-coordinate representation of color #D39F73: hue angle of 27.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D39F73 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 159 115 -
CMYK 0 0.25 0.45 0.17
HSL 27.5º 0.52% 0.64% -
HSV(B) 27.5º 0.45% 0.83% -
XYZ 42.36 39.88 21.69 -
YUV 169.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 211 159 115 0 0.25 0.45 0.17 27.5 0.52 0.64
Hex D3 9F 73 0 19 2D 11 1C 34 40
Octal 323 237 163 0 31 55 21 34 64 100
Binary 11010011 10011111 1110011 0 11001 101101 10001 11100 110100 1000000

Color Harmonies of #D39F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39F73

Black with #D39F73

Text Example


Text Example

White with #D39F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39F73; }

 p { color: rgb(211,159,115); }

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

background-color css

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

 a { background-color: rgb(211,159,115); }

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

border-color css

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

 span { border-color: rgb(211,159,115); }

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