Html Css Color HEX #D58E72 Feldspar

📋 copy color: '#D58E72'

red 213 ◦ green 142 ◦ blue 114

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

Shades of Feldspar #D58E72

Tints of Feldspar #D58E72

RGB

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

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

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

R = 45.42%
G = 30.28%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D58E72 (or 0xD58E72) is known color: Feldspar. HEX triplet: D5, 8E and 72. RGB value is (213,142,114). Sum of RGB (Red+Green+Blue) = 213+142+114=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E72 is #2A718D. Grayscale: #A0A0A0. Windows color (decimal): -2781582 or 7507669. OLE color: 7507669.

HSL color Cylindrical-coordinate representation of color #D58E72: hue angle of 16.97º 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 #D58E72 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 142 114 -
CMYK 0 0.33 0.46 0.16
HSL 16.97º 0.54% 0.64% -
HSV(B) 16.97º 0.46% 0.84% -
XYZ 40.15 34.71 20.5 -
YUV 160.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 213 142 114 0 0.33 0.46 0.16 16.97 0.54 0.64
Hex D5 8E 72 0 21 2E 10 11 36 40
Octal 325 216 162 0 41 56 20 21 66 100
Binary 11010101 10001110 1110010 0 100001 101110 10000 10001 110110 1000000

Color Harmonies of #D58E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E72

Black with #D58E72

Text Example


Text Example

White with #D58E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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