Html Css Color HEX #D6947C Feldspar

📋 copy color: '#D6947C'

red 214 ◦ green 148 ◦ blue 124

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

Shades of Feldspar #D6947C

Tints of Feldspar #D6947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

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

R = 44.03%
G = 30.45%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6947C (or 0xD6947C) is known color: Feldspar. HEX triplet: D6, 94 and 7C. RGB value is (214,148,124). Sum of RGB (Red+Green+Blue) = 214+148+124=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6947C is #296B83. Grayscale: #A5A5A5. Windows color (decimal): -2714500 or 8164566. OLE color: 8164566.

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

Color convert

RGB 214 148 124 -
CMYK 0 0.31 0.42 0.16
HSL 16º 0.52% 0.66% -
HSV(B) 16º 0.42% 0.84% -
XYZ 41.96 36.93 23.99 -
YUV 165 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 214 148 124 0 0.31 0.42 0.16 16 0.52 0.66
Hex D6 94 7C 0 1F 2A 10 10 34 42
Octal 326 224 174 0 37 52 20 20 64 102
Binary 11010110 10010100 1111100 0 11111 101010 10000 10000 110100 1000010

Color Harmonies of #D6947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6947C

Black with #D6947C

Text Example


Text Example

White with #D6947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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