Html Css Color HEX #D59E74 Feldspar

📋 copy color: '#D59E74'

red 213 ◦ green 158 ◦ blue 116

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

Shades of Feldspar #D59E74

Tints of Feldspar #D59E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 43.74%
G = 32.44%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D59E74 (or 0xD59E74) is known color: Feldspar. HEX triplet: D5, 9E and 74. RGB value is (213,158,116). Sum of RGB (Red+Green+Blue) = 213+158+116=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E74 is #2A618B. Grayscale: #A9A9A9. Windows color (decimal): -2777484 or 7642837. OLE color: 7642837.

HSL color Cylindrical-coordinate representation of color #D59E74: hue angle of 25.98º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59E74 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 116 -
CMYK 0 0.26 0.46 0.16
HSL 25.98º 0.54% 0.65% -
HSV(B) 25.98º 0.46% 0.84% -
XYZ 42.82 39.86 21.96 -
YUV 169.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 213 158 116 0 0.26 0.46 0.16 25.98 0.54 0.65
Hex D5 9E 74 0 1A 2E 10 1A 36 41
Octal 325 236 164 0 32 56 20 32 66 101
Binary 11010101 10011110 1110100 0 11010 101110 10000 11010 110110 1000001

Color Harmonies of #D59E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E74

Black with #D59E74

Text Example


Text Example

White with #D59E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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