Html Css Color HEX #D6977D Feldspar

📋 copy color: '#D6977D'

red 214 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #D6977D

Tints of Feldspar #D6977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 43.67%
G = 30.82%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6977D (or 0xD6977D) is known color: Feldspar. HEX triplet: D6, 97 and 7D. RGB value is (214,151,125). Sum of RGB (Red+Green+Blue) = 214+151+125=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6977D is #296882. Grayscale: #A7A7A7. Windows color (decimal): -2713731 or 8230870. OLE color: 8230870.

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

Color convert

RGB 214 151 125 -
CMYK 0 0.29 0.42 0.16
HSL 17.53º 0.52% 0.66% -
HSV(B) 17.53º 0.42% 0.84% -
XYZ 42.5 37.91 24.48 -
YUV 166.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 214 151 125 0 0.29 0.42 0.16 17.53 0.52 0.66
Hex D6 97 7D 0 1D 2A 10 12 34 42
Octal 326 227 175 0 35 52 20 22 64 102
Binary 11010110 10010111 1111101 0 11101 101010 10000 10010 110100 1000010

Color Harmonies of #D6977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6977D

Black with #D6977D

Text Example


Text Example

White with #D6977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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