Html Css Color HEX #D6946E Feldspar

📋 copy color: '#D6946E'

red 214 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #D6946E

Tints of Feldspar #D6946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 45.34%
G = 31.36%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6946E (or 0xD6946E) is known color: Feldspar. HEX triplet: D6, 94 and 6E. RGB value is (214,148,110). Sum of RGB (Red+Green+Blue) = 214+148+110=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6946E is #296B91. Grayscale: #A3A3A3. Windows color (decimal): -2714514 or 7247062. OLE color: 7247062.

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

Color convert

RGB 214 148 110 -
CMYK 0 0.31 0.49 0.16
HSL 21.92º 0.56% 0.64% -
HSV(B) 21.92º 0.49% 0.84% -
XYZ 41.14 36.6 19.65 -
YUV 163.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 214 148 110 0 0.31 0.49 0.16 21.92 0.56 0.64
Hex D6 94 6E 0 1F 31 10 16 38 40
Octal 326 224 156 0 37 61 20 26 70 100
Binary 11010110 10010100 1101110 0 11111 110001 10000 10110 111000 1000000

Color Harmonies of #D6946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6946E

Black with #D6946E

Text Example


Text Example

White with #D6946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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