Html Css Color HEX #D58D73 Feldspar

📋 copy color: '#D58D73'

red 213 ◦ green 141 ◦ blue 115

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

Shades of Feldspar #D58D73

Tints of Feldspar #D58D73

RGB

 RED value IS 213 (83.59% from 255) = 45.42%

 GREEN value IS 141 (55.47% from 255) = 30.06%

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

R = 45.42%
G = 30.06%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D58D73 (or 0xD58D73) is known color: Feldspar. HEX triplet: D5, 8D and 73. RGB value is (213,141,115). Sum of RGB (Red+Green+Blue) = 213+141+115=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D73 is #2A728C. Grayscale: #9F9F9F. Windows color (decimal): -2781837 or 7572949. OLE color: 7572949.

HSL color Cylindrical-coordinate representation of color #D58D73: hue angle of 15.92º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D58D73 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 141 115 -
CMYK 0 0.34 0.46 0.16
HSL 15.92º 0.54% 0.64% -
HSV(B) 15.92º 0.46% 0.84% -
XYZ 40.06 34.43 20.75 -
YUV 159.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 213 141 115 0 0.34 0.46 0.16 15.92 0.54 0.64
Hex D5 8D 73 0 22 2E 10 10 36 40
Octal 325 215 163 0 42 56 20 20 66 100
Binary 11010101 10001101 1110011 0 100010 101110 10000 10000 110110 1000000

Color Harmonies of #D58D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D73

Black with #D58D73

Text Example


Text Example

White with #D58D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D73; }

 p { color: rgb(213,141,115); }

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

background-color css

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

 a { background-color: rgb(213,141,115); }

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

border-color css

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

 span { border-color: rgb(213,141,115); }

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