Html Css Color HEX #D59A75 Feldspar

📋 copy color: '#D59A75'

red 213 ◦ green 154 ◦ blue 117

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

Shades of Feldspar #D59A75

Tints of Feldspar #D59A75

RGB

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

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

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

R = 44.01%
G = 31.82%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D59A75 (or 0xD59A75) is known color: Feldspar. HEX triplet: D5, 9A and 75. RGB value is (213,154,117). Sum of RGB (Red+Green+Blue) = 213+154+117=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A75 is #2A658A. Grayscale: #A7A7A7. Windows color (decimal): -2778507 or 7707349. OLE color: 7707349.

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

Color convert

RGB 213 154 117 -
CMYK 0 0.28 0.45 0.16
HSL 23.13º 0.53% 0.65% -
HSV(B) 23.13º 0.45% 0.84% -
XYZ 42.21 38.54 22.04 -
YUV 167.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 213 154 117 0 0.28 0.45 0.16 23.13 0.53 0.65
Hex D5 9A 75 0 1C 2D 10 17 35 41
Octal 325 232 165 0 34 55 20 27 65 101
Binary 11010101 10011010 1110101 0 11100 101101 10000 10111 110101 1000001

Color Harmonies of #D59A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A75

Black with #D59A75

Text Example


Text Example

White with #D59A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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