Html Css Color HEX #D6936F Feldspar

📋 copy color: '#D6936F'

red 214 ◦ green 147 ◦ blue 111

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

Shades of Feldspar #D6936F

Tints of Feldspar #D6936F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.52%

R = 45.34%
G = 31.14%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6936F (or 0xD6936F) is known color: Feldspar. HEX triplet: D6, 93 and 6F. RGB value is (214,147,111). Sum of RGB (Red+Green+Blue) = 214+147+111=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6936F is #296C90. Grayscale: #A3A3A3. Windows color (decimal): -2714769 or 7312342. OLE color: 7312342.

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

Color convert

RGB 214 147 111 -
CMYK 0 0.31 0.48 0.16
HSL 20.97º 0.56% 0.64% -
HSV(B) 20.97º 0.48% 0.84% -
XYZ 41.03 36.31 19.88 -
YUV 162.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 214 147 111 0 0.31 0.48 0.16 20.97 0.56 0.64
Hex D6 93 6F 0 1F 30 10 15 38 40
Octal 326 223 157 0 37 60 20 25 70 100
Binary 11010110 10010011 1101111 0 11111 110000 10000 10101 111000 1000000

Color Harmonies of #D6936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6936F

Black with #D6936F

Text Example


Text Example

White with #D6936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6936F; }

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

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

background-color css

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

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

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

border-color css

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

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

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