Html Css Color HEX #D4976D Feldspar

📋 copy color: '#D4976D'

red 212 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #D4976D

Tints of Feldspar #D4976D

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

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

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

R = 44.92%
G = 31.99%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4976D (or 0xD4976D) is known color: Feldspar. HEX triplet: D4, 97 and 6D. RGB value is (212,151,109). Sum of RGB (Red+Green+Blue) = 212+151+109=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4976D is #2B6892. Grayscale: #A4A4A4. Windows color (decimal): -2844819 or 7182292. OLE color: 7182292.

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

Color convert

RGB 212 151 109 -
CMYK 0 0.29 0.49 0.17
HSL 24.47º 0.54% 0.63% -
HSV(B) 24.47º 0.49% 0.83% -
XYZ 40.98 37.23 19.5 -
YUV 164.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 212 151 109 0 0.29 0.49 0.17 24.47 0.54 0.63
Hex D4 97 6D 0 1D 31 11 18 36 3F
Octal 324 227 155 0 35 61 21 30 66 77
Binary 11010100 10010111 1101101 0 11101 110001 10001 11000 110110 111111

Color Harmonies of #D4976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4976D

Black with #D4976D

Text Example


Text Example

White with #D4976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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