Html Css Color HEX #D6936D Feldspar

📋 copy color: '#D6936D'

red 214 ◦ green 147 ◦ blue 109

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

Shades of Feldspar #D6936D

Tints of Feldspar #D6936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.28%

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

R = 45.53%
G = 31.28%
B = 23.19%

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

#D6936D (or 0xD6936D) is known color: Feldspar. HEX triplet: D6, 93 and 6D. RGB value is (214,147,109). Sum of RGB (Red+Green+Blue) = 214+147+109=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6936D is #296C92. Grayscale: #A2A2A2. Windows color (decimal): -2714771 or 7181270. OLE color: 7181270.

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

Color convert

RGB 214 147 109 -
CMYK 0 0.31 0.49 0.16
HSL 21.71º 0.56% 0.63% -
HSV(B) 21.71º 0.49% 0.84% -
XYZ 40.93 36.27 19.31 -
YUV 162.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 214 147 109 0 0.31 0.49 0.16 21.71 0.56 0.63
Hex D6 93 6D 0 1F 31 10 16 38 3F
Octal 326 223 155 0 37 61 20 26 70 77
Binary 11010110 10010011 1101101 0 11111 110001 10000 10110 111000 111111

Color Harmonies of #D6936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6936D

Black with #D6936D

Text Example


Text Example

White with #D6936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6936D; }

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

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

background-color css

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

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

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

border-color css

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

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

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