Html Css Color HEX #D39F72 Feldspar

📋 copy color: '#D39F72'

red 211 ◦ green 159 ◦ blue 114

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

Shades of Feldspar #D39F72

Tints of Feldspar #D39F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.55%

R = 43.6%
G = 32.85%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D39F72 (or 0xD39F72) is known color: Feldspar. HEX triplet: D3, 9F and 72. RGB value is (211,159,114). Sum of RGB (Red+Green+Blue) = 211+159+114=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39F72 is #2C608D. Grayscale: #A9A9A9. Windows color (decimal): -2908302 or 7512019. OLE color: 7512019.

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

Color convert

RGB 211 159 114 -
CMYK 0 0.25 0.46 0.17
HSL 27.84º 0.52% 0.64% -
HSV(B) 27.84º 0.46% 0.83% -
XYZ 42.3 39.86 21.38 -
YUV 169.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 211 159 114 0 0.25 0.46 0.17 27.84 0.52 0.64
Hex D3 9F 72 0 19 2E 11 1C 34 40
Octal 323 237 162 0 31 56 21 34 64 100
Binary 11010011 10011111 1110010 0 11001 101110 10001 11100 110100 1000000

Color Harmonies of #D39F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39F72

Black with #D39F72

Text Example


Text Example

White with #D39F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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