Html Css Color HEX #D39D73 Feldspar

📋 copy color: '#D39D73'

red 211 ◦ green 157 ◦ blue 115

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

Shades of Feldspar #D39D73

Tints of Feldspar #D39D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.51%

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

R = 43.69%
G = 32.51%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D39D73 (or 0xD39D73) is known color: Feldspar. HEX triplet: D3, 9D and 73. RGB value is (211,157,115). Sum of RGB (Red+Green+Blue) = 211+157+115=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D73 is #2C628C. Grayscale: #A8A8A8. Windows color (decimal): -2908813 or 7577043. OLE color: 7577043.

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

Color convert

RGB 211 157 115 -
CMYK 0 0.26 0.45 0.17
HSL 26.25º 0.52% 0.64% -
HSV(B) 26.25º 0.45% 0.83% -
XYZ 42.02 39.2 21.57 -
YUV 168.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 211 157 115 0 0.26 0.45 0.17 26.25 0.52 0.64
Hex D3 9D 73 0 1A 2D 11 1A 34 40
Octal 323 235 163 0 32 55 21 32 64 100
Binary 11010011 10011101 1110011 0 11010 101101 10001 11010 110100 1000000

Color Harmonies of #D39D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39D73

Black with #D39D73

Text Example


Text Example

White with #D39D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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