Html Css Color HEX #D5977C Feldspar

📋 copy color: '#D5977C'

red 213 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #D5977C

Tints of Feldspar #D5977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.94%

 BLUE value IS 124 (48.83% from 255) = 25.41%

R = 43.65%
G = 30.94%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5977C (or 0xD5977C) is known color: Feldspar. HEX triplet: D5, 97 and 7C. RGB value is (213,151,124). Sum of RGB (Red+Green+Blue) = 213+151+124=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5977C is #2A6883. Grayscale: #A6A6A6. Windows color (decimal): -2779268 or 8165333. OLE color: 8165333.

HSL color Cylindrical-coordinate representation of color #D5977C: hue angle of 18.2º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5977C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 151 124 -
CMYK 0 0.29 0.42 0.16
HSL 18.2º 0.51% 0.66% -
HSV(B) 18.2º 0.42% 0.84% -
XYZ 42.15 37.73 24.13 -
YUV 166.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 213 151 124 0 0.29 0.42 0.16 18.2 0.51 0.66
Hex D5 97 7C 0 1D 2A 10 12 33 42
Octal 325 227 174 0 35 52 20 22 63 102
Binary 11010101 10010111 1111100 0 11101 101010 10000 10010 110011 1000010

Color Harmonies of #D5977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5977C

Black with #D5977C

Text Example


Text Example

White with #D5977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5977C; }

 p { color: rgb(213,151,124); }

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

background-color css

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

 a { background-color: rgb(213,151,124); }

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

border-color css

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

 span { border-color: rgb(213,151,124); }

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