Html Css Color HEX #D59A70 Feldspar

📋 copy color: '#D59A70'

red 213 ◦ green 154 ◦ blue 112

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

Shades of Feldspar #D59A70

Tints of Feldspar #D59A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

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

R = 44.47%
G = 32.15%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D59A70 (or 0xD59A70) is known color: Feldspar. HEX triplet: D5, 9A and 70. RGB value is (213,154,112). Sum of RGB (Red+Green+Blue) = 213+154+112=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A70 is #2A658F. Grayscale: #A7A7A7. Windows color (decimal): -2778512 or 7379669. OLE color: 7379669.

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

Color convert

RGB 213 154 112 -
CMYK 0 0.28 0.47 0.16
HSL 24.95º 0.55% 0.64% -
HSV(B) 24.95º 0.47% 0.84% -
XYZ 41.92 38.43 20.54 -
YUV 166.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 213 154 112 0 0.28 0.47 0.16 24.95 0.55 0.64
Hex D5 9A 70 0 1C 2F 10 19 37 40
Octal 325 232 160 0 34 57 20 31 67 100
Binary 11010101 10011010 1110000 0 11100 101111 10000 11001 110111 1000000

Color Harmonies of #D59A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A70

Black with #D59A70

Text Example


Text Example

White with #D59A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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