Html Css Color HEX #D6947F Feldspar

📋 copy color: '#D6947F'

red 214 ◦ green 148 ◦ blue 127

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

Shades of Feldspar #D6947F

Tints of Feldspar #D6947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.97%

R = 43.76%
G = 30.27%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6947F (or 0xD6947F) is known color: Feldspar. HEX triplet: D6, 94 and 7F. RGB value is (214,148,127). Sum of RGB (Red+Green+Blue) = 214+148+127=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6947F is #296B80. Grayscale: #A5A5A5. Windows color (decimal): -2714497 or 8361174. OLE color: 8361174.

HSL color Cylindrical-coordinate representation of color #D6947F: hue angle of 14.48º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6947F is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 127 -
CMYK 0 0.31 0.41 0.16
HSL 14.48º 0.51% 0.67% -
HSV(B) 14.48º 0.41% 0.84% -
XYZ 42.15 37.01 25 -
YUV 165.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 214 148 127 0 0.31 0.41 0.16 14.48 0.51 0.67
Hex D6 94 7F 0 1F 29 10 E 33 43
Octal 326 224 177 0 37 51 20 16 63 103
Binary 11010110 10010100 1111111 0 11111 101001 10000 1110 110011 1000011

Color Harmonies of #D6947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6947F

Black with #D6947F

Text Example


Text Example

White with #D6947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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