Html Css Color HEX #D3977B Feldspar

📋 copy color: '#D3977B'

red 211 ◦ green 151 ◦ blue 123

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

Shades of Feldspar #D3977B

Tints of Feldspar #D3977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.36%

R = 43.51%
G = 31.13%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3977B (or 0xD3977B) is known color: Feldspar. HEX triplet: D3, 97 and 7B. RGB value is (211,151,123). Sum of RGB (Red+Green+Blue) = 211+151+123=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3977B is #2C6884. Grayscale: #A5A5A5. Windows color (decimal): -2910341 or 8099795. OLE color: 8099795.

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

Color convert

RGB 211 151 123 -
CMYK 0 0.28 0.42 0.17
HSL 19.09º 0.5% 0.65% -
HSV(B) 19.09º 0.42% 0.83% -
XYZ 41.51 37.41 23.77 -
YUV 165.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 211 151 123 0 0.28 0.42 0.17 19.09 0.5 0.65
Hex D3 97 7B 0 1C 2A 11 13 32 41
Octal 323 227 173 0 34 52 21 23 62 101
Binary 11010011 10010111 1111011 0 11100 101010 10001 10011 110010 1000001

Color Harmonies of #D3977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3977B

Black with #D3977B

Text Example


Text Example

White with #D3977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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