Html Css Color HEX #D5976D Feldspar

📋 copy color: '#D5976D'

red 213 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #D5976D

Tints of Feldspar #D5976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 45.03%
G = 31.92%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5976D (or 0xD5976D) is known color: Feldspar. HEX triplet: D5, 97 and 6D. RGB value is (213,151,109). Sum of RGB (Red+Green+Blue) = 213+151+109=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5976D is #2A6892. Grayscale: #A4A4A4. Windows color (decimal): -2779283 or 7182293. OLE color: 7182293.

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

Color convert

RGB 213 151 109 -
CMYK 0 0.29 0.49 0.16
HSL 24.23º 0.55% 0.63% -
HSV(B) 24.23º 0.49% 0.84% -
XYZ 41.27 37.38 19.51 -
YUV 164.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 213 151 109 0 0.29 0.49 0.16 24.23 0.55 0.63
Hex D5 97 6D 0 1D 31 10 18 37 3F
Octal 325 227 155 0 35 61 20 30 67 77
Binary 11010101 10010111 1101101 0 11101 110001 10000 11000 110111 111111

Color Harmonies of #D5976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5976D

Black with #D5976D

Text Example


Text Example

White with #D5976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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