Html Css Color HEX #D59F74 Feldspar

📋 copy color: '#D59F74'

red 213 ◦ green 159 ◦ blue 116

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

Shades of Feldspar #D59F74

Tints of Feldspar #D59F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

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

R = 43.65%
G = 32.58%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D59F74 (or 0xD59F74) is known color: Feldspar. HEX triplet: D5, 9F and 74. RGB value is (213,159,116). Sum of RGB (Red+Green+Blue) = 213+159+116=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F74 is #2A608B. Grayscale: #AAAAAA. Windows color (decimal): -2777228 or 7643093. OLE color: 7643093.

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

Color convert

RGB 213 159 116 -
CMYK 0 0.25 0.46 0.16
HSL 26.6º 0.54% 0.65% -
HSV(B) 26.6º 0.46% 0.84% -
XYZ 42.99 40.2 22.02 -
YUV 170.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 213 159 116 0 0.25 0.46 0.16 26.6 0.54 0.65
Hex D5 9F 74 0 19 2E 10 1B 36 41
Octal 325 237 164 0 31 56 20 33 66 101
Binary 11010101 10011111 1110100 0 11001 101110 10000 11011 110110 1000001

Color Harmonies of #D59F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F74

Black with #D59F74

Text Example


Text Example

White with #D59F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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