Html Css Color HEX #D6957C Feldspar

📋 copy color: '#D6957C'

red 214 ◦ green 149 ◦ blue 124

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

Shades of Feldspar #D6957C

Tints of Feldspar #D6957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 43.94%
G = 30.6%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6957C (or 0xD6957C) is known color: Feldspar. HEX triplet: D6, 95 and 7C. RGB value is (214,149,124). Sum of RGB (Red+Green+Blue) = 214+149+124=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6957C is #296A83. Grayscale: #A5A5A5. Windows color (decimal): -2714244 or 8164822. OLE color: 8164822.

HSL color Cylindrical-coordinate representation of color #D6957C: hue angle of 16.67º 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 #D6957C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 124 -
CMYK 0 0.30 0.42 0.16
HSL 16.67º 0.52% 0.66% -
HSV(B) 16.67º 0.42% 0.84% -
XYZ 42.12 37.25 24.04 -
YUV 165.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 214 149 124 0 0.30 0.42 0.16 16.67 0.52 0.66
Hex D6 95 7C 0 1E 2A 10 11 34 42
Octal 326 225 174 0 36 52 20 21 64 102
Binary 11010110 10010101 1111100 0 11110 101010 10000 10001 110100 1000010

Color Harmonies of #D6957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6957C

Black with #D6957C

Text Example


Text Example

White with #D6957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6957C; }

 p { color: rgb(214,149,124); }

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

background-color css

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

 a { background-color: rgb(214,149,124); }

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

border-color css

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

 span { border-color: rgb(214,149,124); }

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