Html Css Color HEX #D58C73 Feldspar

📋 copy color: '#D58C73'

red 213 ◦ green 140 ◦ blue 115

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

Shades of Feldspar #D58C73

Tints of Feldspar #D58C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

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

R = 45.51%
G = 29.91%
B = 24.57%

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

#D58C73 (or 0xD58C73) is known color: Feldspar. HEX triplet: D5, 8C and 73. RGB value is (213,140,115). Sum of RGB (Red+Green+Blue) = 213+140+115=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C73 is #2A738C. Grayscale: #9F9F9F. Windows color (decimal): -2782093 or 7572693. OLE color: 7572693.

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

Color convert

RGB 213 140 115 -
CMYK 0 0.34 0.46 0.16
HSL 15.31º 0.54% 0.64% -
HSV(B) 15.31º 0.46% 0.84% -
XYZ 39.91 34.14 20.71 -
YUV 158.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 213 140 115 0 0.34 0.46 0.16 15.31 0.54 0.64
Hex D5 8C 73 0 22 2E 10 F 36 40
Octal 325 214 163 0 42 56 20 17 66 100
Binary 11010101 10001100 1110011 0 100010 101110 10000 1111 110110 1000000

Color Harmonies of #D58C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C73

Black with #D58C73

Text Example


Text Example

White with #D58C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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