Html Css Color HEX #D59A84 Feldspar

📋 copy color: '#D59A84'

red 213 ◦ green 154 ◦ blue 132

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

Shades of Feldspar #D59A84

Tints of Feldspar #D59A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 42.69%
G = 30.86%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D59A84 (or 0xD59A84) is known color: Feldspar. HEX triplet: D5, 9A and 84. RGB value is (213,154,132). Sum of RGB (Red+Green+Blue) = 213+154+132=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A84 is #2A657B. Grayscale: #A9A9A9. Windows color (decimal): -2778492 or 8690389. OLE color: 8690389.

HSL color Cylindrical-coordinate representation of color #D59A84: hue angle of 16.3º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59A84 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 132 -
CMYK 0 0.28 0.38 0.16
HSL 16.3º 0.49% 0.68% -
HSV(B) 16.3º 0.38% 0.84% -
XYZ 43.16 38.92 27.07 -
YUV 169.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 213 154 132 0 0.28 0.38 0.16 16.3 0.49 0.68
Hex D5 9A 84 0 1C 26 10 10 31 44
Octal 325 232 204 0 34 46 20 20 61 104
Binary 11010101 10011010 10000100 0 11100 100110 10000 10000 110001 1000100

Color Harmonies of #D59A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A84

Black with #D59A84

Text Example


Text Example

White with #D59A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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