Html Css Color HEX #D58D6F Feldspar

📋 copy color: '#D58D6F'

red 213 ◦ green 141 ◦ blue 111

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

Shades of Feldspar #D58D6F

Tints of Feldspar #D58D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.87%

R = 45.81%
G = 30.32%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D58D6F (or 0xD58D6F) is known color: Feldspar. HEX triplet: D5, 8D and 6F. RGB value is (213,141,111). Sum of RGB (Red+Green+Blue) = 213+141+111=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D6F is #2A7290. Grayscale: #9F9F9F. Windows color (decimal): -2781841 or 7310805. OLE color: 7310805.

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

Color convert

RGB 213 141 111 -
CMYK 0 0.34 0.48 0.16
HSL 17.65º 0.55% 0.64% -
HSV(B) 17.65º 0.48% 0.84% -
XYZ 39.83 34.34 19.57 -
YUV 159.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 213 141 111 0 0.34 0.48 0.16 17.65 0.55 0.64
Hex D5 8D 6F 0 22 30 10 12 37 40
Octal 325 215 157 0 42 60 20 22 67 100
Binary 11010101 10001101 1101111 0 100010 110000 10000 10010 110111 1000000

Color Harmonies of #D58D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D6F

Black with #D58D6F

Text Example


Text Example

White with #D58D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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