Html Css Color HEX #D59B77 Feldspar

📋 copy color: '#D59B77'

red 213 ◦ green 155 ◦ blue 119

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

Shades of Feldspar #D59B77

Tints of Feldspar #D59B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

 BLUE value IS 119 (46.88% from 255) = 24.44%

R = 43.74%
G = 31.83%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D59B77 (or 0xD59B77) is known color: Feldspar. HEX triplet: D5, 9B and 77. RGB value is (213,155,119). Sum of RGB (Red+Green+Blue) = 213+155+119=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B77 is #2A6488. Grayscale: #A8A8A8. Windows color (decimal): -2778249 or 7838677. OLE color: 7838677.

HSL color Cylindrical-coordinate representation of color #D59B77: hue angle of 22.98º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D59B77 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 155 119 -
CMYK 0 0.27 0.44 0.16
HSL 22.98º 0.53% 0.65% -
HSV(B) 22.98º 0.44% 0.84% -
XYZ 42.49 38.92 22.73 -
YUV 168.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 213 155 119 0 0.27 0.44 0.16 22.98 0.53 0.65
Hex D5 9B 77 0 1B 2C 10 17 35 41
Octal 325 233 167 0 33 54 20 27 65 101
Binary 11010101 10011011 1110111 0 11011 101100 10000 10111 110101 1000001

Color Harmonies of #D59B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B77

Black with #D59B77

Text Example


Text Example

White with #D59B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B77; }

 p { color: rgb(213,155,119); }

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

background-color css

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

 a { background-color: rgb(213,155,119); }

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

border-color css

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

 span { border-color: rgb(213,155,119); }

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