Html Css Color HEX #D3977C Feldspar

📋 copy color: '#D3977C'

red 211 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #D3977C

Tints of Feldspar #D3977C

RGB

 RED value IS 211 (82.81% from 255) = 43.42%

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

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

R = 43.42%
G = 31.07%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3977C (or 0xD3977C) is known color: Feldspar. HEX triplet: D3, 97 and 7C. RGB value is (211,151,124). Sum of RGB (Red+Green+Blue) = 211+151+124=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3977C is #2C6883. Grayscale: #A6A6A6. Windows color (decimal): -2910340 or 8165331. OLE color: 8165331.

HSL color Cylindrical-coordinate representation of color #D3977C: hue angle of 18.62º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3977C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 124 -
CMYK 0 0.28 0.41 0.17
HSL 18.62º 0.5% 0.66% -
HSV(B) 18.62º 0.41% 0.83% -
XYZ 41.57 37.44 24.1 -
YUV 165.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 211 151 124 0 0.28 0.41 0.17 18.62 0.5 0.66
Hex D3 97 7C 0 1C 29 11 13 32 42
Octal 323 227 174 0 34 51 21 23 62 102
Binary 11010011 10010111 1111100 0 11100 101001 10001 10011 110010 1000010

Color Harmonies of #D3977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3977C

Black with #D3977C

Text Example


Text Example

White with #D3977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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