Html Css Color HEX #D59C77 Feldspar

📋 copy color: '#D59C77'

red 213 ◦ green 156 ◦ blue 119

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

Shades of Feldspar #D59C77

Tints of Feldspar #D59C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

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

R = 43.65%
G = 31.97%
B = 24.39%

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

#D59C77 (or 0xD59C77) is known color: Feldspar. HEX triplet: D5, 9C and 77. RGB value is (213,156,119). Sum of RGB (Red+Green+Blue) = 213+156+119=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C77 is #2A6388. Grayscale: #A9A9A9. Windows color (decimal): -2777993 or 7838933. OLE color: 7838933.

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

Color convert

RGB 213 156 119 -
CMYK 0 0.27 0.44 0.16
HSL 23.62º 0.53% 0.65% -
HSV(B) 23.62º 0.44% 0.84% -
XYZ 42.66 39.25 22.78 -
YUV 168.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 213 156 119 0 0.27 0.44 0.16 23.62 0.53 0.65
Hex D5 9C 77 0 1B 2C 10 18 35 41
Octal 325 234 167 0 33 54 20 30 65 101
Binary 11010101 10011100 1110111 0 11011 101100 10000 11000 110101 1000001

Color Harmonies of #D59C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C77

Black with #D59C77

Text Example


Text Example

White with #D59C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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