Html Css Color HEX #D58E70 Feldspar

📋 copy color: '#D58E70'

red 213 ◦ green 142 ◦ blue 112

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

Shades of Feldspar #D58E70

Tints of Feldspar #D58E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 45.61%
G = 30.41%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58E70 (or 0xD58E70) is known color: Feldspar. HEX triplet: D5, 8E and 70. RGB value is (213,142,112). Sum of RGB (Red+Green+Blue) = 213+142+112=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E70 is #2A718F. Grayscale: #A0A0A0. Windows color (decimal): -2781584 or 7376597. OLE color: 7376597.

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

Color convert

RGB 213 142 112 -
CMYK 0 0.33 0.47 0.16
HSL 17.82º 0.55% 0.64% -
HSV(B) 17.82º 0.47% 0.84% -
XYZ 40.04 34.66 19.91 -
YUV 159.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 213 142 112 0 0.33 0.47 0.16 17.82 0.55 0.64
Hex D5 8E 70 0 21 2F 10 12 37 40
Octal 325 216 160 0 41 57 20 22 67 100
Binary 11010101 10001110 1110000 0 100001 101111 10000 10010 110111 1000000

Color Harmonies of #D58E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E70

Black with #D58E70

Text Example


Text Example

White with #D58E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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