Html Css Color HEX #D59D70 Feldspar

📋 copy color: '#D59D70'

red 213 ◦ green 157 ◦ blue 112

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

Shades of Feldspar #D59D70

Tints of Feldspar #D59D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

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

R = 44.19%
G = 32.57%
B = 23.24%

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

#D59D70 (or 0xD59D70) is known color: Feldspar. HEX triplet: D5, 9D and 70. RGB value is (213,157,112). Sum of RGB (Red+Green+Blue) = 213+157+112=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D70 is #2A628F. Grayscale: #A8A8A8. Windows color (decimal): -2777744 or 7380437. OLE color: 7380437.

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

Color convert

RGB 213 157 112 -
CMYK 0 0.26 0.47 0.16
HSL 26.73º 0.55% 0.64% -
HSV(B) 26.73º 0.47% 0.84% -
XYZ 42.42 39.43 20.7 -
YUV 168.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 213 157 112 0 0.26 0.47 0.16 26.73 0.55 0.64
Hex D5 9D 70 0 1A 2F 10 1B 37 40
Octal 325 235 160 0 32 57 20 33 67 100
Binary 11010101 10011101 1110000 0 11010 101111 10000 11011 110111 1000000

Color Harmonies of #D59D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D70

Black with #D59D70

Text Example


Text Example

White with #D59D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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