Html Css Color HEX #D59770 Feldspar

📋 copy color: '#D59770'

red 213 ◦ green 151 ◦ blue 112

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

Shades of Feldspar #D59770

Tints of Feldspar #D59770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.72%

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

R = 44.75%
G = 31.72%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D59770 (or 0xD59770) is known color: Feldspar. HEX triplet: D5, 97 and 70. RGB value is (213,151,112). Sum of RGB (Red+Green+Blue) = 213+151+112=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D59770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59770 is #2A688F. Grayscale: #A5A5A5. Windows color (decimal): -2779280 or 7378901. OLE color: 7378901.

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

Color convert

RGB 213 151 112 -
CMYK 0 0.29 0.47 0.16
HSL 23.17º 0.55% 0.64% -
HSV(B) 23.17º 0.47% 0.84% -
XYZ 41.43 37.45 20.37 -
YUV 165.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 213 151 112 0 0.29 0.47 0.16 23.17 0.55 0.64
Hex D5 97 70 0 1D 2F 10 17 37 40
Octal 325 227 160 0 35 57 20 27 67 100
Binary 11010101 10010111 1110000 0 11101 101111 10000 10111 110111 1000000

Color Harmonies of #D59770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59770

Black with #D59770

Text Example


Text Example

White with #D59770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59770; }

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

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

background-color css

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

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

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

border-color css

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

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

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