Html Css Color HEX #D6976D Feldspar

📋 copy color: '#D6976D'

red 214 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #D6976D

Tints of Feldspar #D6976D

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

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

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

R = 45.15%
G = 31.86%
B = 23%

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

#D6976D (or 0xD6976D) is known color: Feldspar. HEX triplet: D6, 97 and 6D. RGB value is (214,151,109). Sum of RGB (Red+Green+Blue) = 214+151+109=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6976D is #296892. Grayscale: #A5A5A5. Windows color (decimal): -2713747 or 7182294. OLE color: 7182294.

HSL color Cylindrical-coordinate representation of color #D6976D: hue angle of 24º degrees, saturation: 0.56, 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 #D6976D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 109 -
CMYK 0 0.29 0.49 0.16
HSL 24º 0.56% 0.63% -
HSV(B) 24º 0.49% 0.84% -
XYZ 41.56 37.53 19.52 -
YUV 165.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 214 151 109 0 0.29 0.49 0.16 24 0.56 0.63
Hex D6 97 6D 0 1D 31 10 18 38 3F
Octal 326 227 155 0 35 61 20 30 70 77
Binary 11010110 10010111 1101101 0 11101 110001 10000 11000 111000 111111

Color Harmonies of #D6976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6976D

Black with #D6976D

Text Example


Text Example

White with #D6976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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