Html Css Color HEX #D59E70 Feldspar

📋 copy color: '#D59E70'

red 213 ◦ green 158 ◦ blue 112

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

Shades of Feldspar #D59E70

Tints of Feldspar #D59E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 44.1%
G = 32.71%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D59E70 (or 0xD59E70) is known color: Feldspar. HEX triplet: D5, 9E and 70. RGB value is (213,158,112). Sum of RGB (Red+Green+Blue) = 213+158+112=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59E70 is #2A618F. Grayscale: #A9A9A9. Windows color (decimal): -2777488 or 7380693. OLE color: 7380693.

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

Color convert

RGB 213 158 112 -
CMYK 0 0.26 0.47 0.16
HSL 27.33º 0.55% 0.64% -
HSV(B) 27.33º 0.47% 0.84% -
XYZ 42.59 39.77 20.76 -
YUV 169.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 213 158 112 0 0.26 0.47 0.16 27.33 0.55 0.64
Hex D5 9E 70 0 1A 2F 10 1B 37 40
Octal 325 236 160 0 32 57 20 33 67 100
Binary 11010101 10011110 1110000 0 11010 101111 10000 11011 110111 1000000

Color Harmonies of #D59E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E70

Black with #D59E70

Text Example


Text Example

White with #D59E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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