Html Css Color HEX #D5977F Feldspar

📋 copy color: '#D5977F'

red 213 ◦ green 151 ◦ blue 127

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

Shades of Feldspar #D5977F

Tints of Feldspar #D5977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.87%

R = 43.38%
G = 30.75%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5977F (or 0xD5977F) is known color: Feldspar. HEX triplet: D5, 97 and 7F. RGB value is (213,151,127). Sum of RGB (Red+Green+Blue) = 213+151+127=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5977F is #2A6880. Grayscale: #A6A6A6. Windows color (decimal): -2779265 or 8361941. OLE color: 8361941.

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

Color convert

RGB 213 151 127 -
CMYK 0 0.29 0.40 0.16
HSL 16.74º 0.51% 0.67% -
HSV(B) 16.74º 0.4% 0.84% -
XYZ 42.34 37.81 25.15 -
YUV 166.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 213 151 127 0 0.29 0.40 0.16 16.74 0.51 0.67
Hex D5 97 7F 0 1D 28 10 11 33 43
Octal 325 227 177 0 35 50 20 21 63 103
Binary 11010101 10010111 1111111 0 11101 101000 10000 10001 110011 1000011

Color Harmonies of #D5977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5977F

Black with #D5977F

Text Example


Text Example

White with #D5977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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