Html Css Color HEX #D59E75 Feldspar

📋 copy color: '#D59E75'

red 213 ◦ green 158 ◦ blue 117

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

Shades of Feldspar #D59E75

Tints of Feldspar #D59E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.98%

R = 43.65%
G = 32.38%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D59E75 (or 0xD59E75) is known color: Feldspar. HEX triplet: D5, 9E and 75. RGB value is (213,158,117). Sum of RGB (Red+Green+Blue) = 213+158+117=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E75 is #2A618A. Grayscale: #A9A9A9. Windows color (decimal): -2777483 or 7708373. OLE color: 7708373.

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

Color convert

RGB 213 158 117 -
CMYK 0 0.26 0.45 0.16
HSL 25.63º 0.53% 0.65% -
HSV(B) 25.63º 0.45% 0.84% -
XYZ 42.88 39.88 22.27 -
YUV 169.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 213 158 117 0 0.26 0.45 0.16 25.63 0.53 0.65
Hex D5 9E 75 0 1A 2D 10 1A 35 41
Octal 325 236 165 0 32 55 20 32 65 101
Binary 11010101 10011110 1110101 0 11010 101101 10000 11010 110101 1000001

Color Harmonies of #D59E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E75

Black with #D59E75

Text Example


Text Example

White with #D59E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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