Html Css Color HEX #D58E76 Feldspar

📋 copy color: '#D58E76'

red 213 ◦ green 142 ◦ blue 118

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

Shades of Feldspar #D58E76

Tints of Feldspar #D58E76

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 45.03%
G = 30.02%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58E76 (or 0xD58E76) is known color: Feldspar. HEX triplet: D5, 8E and 76. RGB value is (213,142,118). Sum of RGB (Red+Green+Blue) = 213+142+118=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E76 is #2A7189. Grayscale: #A0A0A0. Windows color (decimal): -2781578 or 7769813. OLE color: 7769813.

HSL color Cylindrical-coordinate representation of color #D58E76: hue angle of 15.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58E76 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 142 118 -
CMYK 0 0.33 0.45 0.16
HSL 15.16º 0.53% 0.65% -
HSV(B) 15.16º 0.45% 0.84% -
XYZ 40.38 34.8 21.73 -
YUV 160.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 213 142 118 0 0.33 0.45 0.16 15.16 0.53 0.65
Hex D5 8E 76 0 21 2D 10 F 35 41
Octal 325 216 166 0 41 55 20 17 65 101
Binary 11010101 10001110 1110110 0 100001 101101 10000 1111 110101 1000001

Color Harmonies of #D58E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E76

Black with #D58E76

Text Example


Text Example

White with #D58E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E76; }

 p { color: rgb(213,142,118); }

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

background-color css

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

 a { background-color: rgb(213,142,118); }

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

border-color css

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

 span { border-color: rgb(213,142,118); }

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