Html Css Color HEX #D6946D Feldspar

📋 copy color: '#D6946D'

red 214 ◦ green 148 ◦ blue 109

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

Shades of Feldspar #D6946D

Tints of Feldspar #D6946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 45.44%
G = 31.42%
B = 23.14%

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

#D6946D (or 0xD6946D) is known color: Feldspar. HEX triplet: D6, 94 and 6D. RGB value is (214,148,109). Sum of RGB (Red+Green+Blue) = 214+148+109=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6946D is #296B92. Grayscale: #A3A3A3. Windows color (decimal): -2714515 or 7181526. OLE color: 7181526.

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

Color convert

RGB 214 148 109 -
CMYK 0 0.31 0.49 0.16
HSL 22.29º 0.56% 0.63% -
HSV(B) 22.29º 0.49% 0.84% -
XYZ 41.08 36.58 19.36 -
YUV 163.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 214 148 109 0 0.31 0.49 0.16 22.29 0.56 0.63
Hex D6 94 6D 0 1F 31 10 16 38 3F
Octal 326 224 155 0 37 61 20 26 70 77
Binary 11010110 10010100 1101101 0 11111 110001 10000 10110 111000 111111

Color Harmonies of #D6946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6946D

Black with #D6946D

Text Example


Text Example

White with #D6946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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