Html Css Color HEX #D58D70 Feldspar

📋 copy color: '#D58D70'

red 213 ◦ green 141 ◦ blue 112

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

Shades of Feldspar #D58D70

Tints of Feldspar #D58D70

RGB

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

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

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

R = 45.71%
G = 30.26%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58D70 (or 0xD58D70) is known color: Feldspar. HEX triplet: D5, 8D and 70. RGB value is (213,141,112). Sum of RGB (Red+Green+Blue) = 213+141+112=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D70 is #2A728F. Grayscale: #9F9F9F. Windows color (decimal): -2781840 or 7376341. OLE color: 7376341.

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

Color convert

RGB 213 141 112 -
CMYK 0 0.34 0.47 0.16
HSL 17.23º 0.55% 0.64% -
HSV(B) 17.23º 0.47% 0.84% -
XYZ 39.89 34.37 19.86 -
YUV 159.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 213 141 112 0 0.34 0.47 0.16 17.23 0.55 0.64
Hex D5 8D 70 0 22 2F 10 11 37 40
Octal 325 215 160 0 42 57 20 21 67 100
Binary 11010101 10001101 1110000 0 100010 101111 10000 10001 110111 1000000

Color Harmonies of #D58D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D70

Black with #D58D70

Text Example


Text Example

White with #D58D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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