Html Css Color HEX #D58C6F Feldspar

📋 copy color: '#D58C6F'

red 213 ◦ green 140 ◦ blue 111

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

Shades of Feldspar #D58C6F

Tints of Feldspar #D58C6F

RGB

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

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

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

R = 45.91%
G = 30.17%
B = 23.92%

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

#D58C6F (or 0xD58C6F) is known color: Feldspar. HEX triplet: D5, 8C and 6F. RGB value is (213,140,111). Sum of RGB (Red+Green+Blue) = 213+140+111=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C6F is #2A7390. Grayscale: #9E9E9E. Windows color (decimal): -2782097 or 7310549. OLE color: 7310549.

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

Color convert

RGB 213 140 111 -
CMYK 0 0.34 0.48 0.16
HSL 17.06º 0.55% 0.64% -
HSV(B) 17.06º 0.48% 0.84% -
XYZ 39.69 34.05 19.52 -
YUV 158.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 213 140 111 0 0.34 0.48 0.16 17.06 0.55 0.64
Hex D5 8C 6F 0 22 30 10 11 37 40
Octal 325 214 157 0 42 60 20 21 67 100
Binary 11010101 10001100 1101111 0 100010 110000 10000 10001 110111 1000000

Color Harmonies of #D58C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C6F

Black with #D58C6F

Text Example


Text Example

White with #D58C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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