Html Css Color HEX #D59E6F Feldspar

📋 copy color: '#D59E6F'

red 213 ◦ green 158 ◦ blue 111

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

Shades of Feldspar #D59E6F

Tints of Feldspar #D59E6F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 44.19%
G = 32.78%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D59E6F (or 0xD59E6F) is known color: Feldspar. HEX triplet: D5, 9E and 6F. RGB value is (213,158,111). Sum of RGB (Red+Green+Blue) = 213+158+111=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E6F is #2A6190. Grayscale: #A9A9A9. Windows color (decimal): -2777489 or 7315157. OLE color: 7315157.

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

Color convert

RGB 213 158 111 -
CMYK 0 0.26 0.48 0.16
HSL 27.65º 0.55% 0.64% -
HSV(B) 27.65º 0.48% 0.84% -
XYZ 42.54 39.75 20.47 -
YUV 169.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 213 158 111 0 0.26 0.48 0.16 27.65 0.55 0.64
Hex D5 9E 6F 0 1A 30 10 1C 37 40
Octal 325 236 157 0 32 60 20 34 67 100
Binary 11010101 10011110 1101111 0 11010 110000 10000 11100 110111 1000000

Color Harmonies of #D59E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E6F

Black with #D59E6F

Text Example


Text Example

White with #D59E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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