Html Css Color HEX #D6966F Feldspar

📋 copy color: '#D6966F'

red 214 ◦ green 150 ◦ blue 111

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

Shades of Feldspar #D6966F

Tints of Feldspar #D6966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.58%

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

R = 45.05%
G = 31.58%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6966F (or 0xD6966F) is known color: Feldspar. HEX triplet: D6, 96 and 6F. RGB value is (214,150,111). Sum of RGB (Red+Green+Blue) = 214+150+111=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6966F is #296990. Grayscale: #A4A4A4. Windows color (decimal): -2714001 or 7313110. OLE color: 7313110.

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

Color convert

RGB 214 150 111 -
CMYK 0 0.30 0.48 0.16
HSL 22.72º 0.56% 0.64% -
HSV(B) 22.72º 0.48% 0.84% -
XYZ 41.51 37.26 20.04 -
YUV 164.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 214 150 111 0 0.30 0.48 0.16 22.72 0.56 0.64
Hex D6 96 6F 0 1E 30 10 17 38 40
Octal 326 226 157 0 36 60 20 27 70 100
Binary 11010110 10010110 1101111 0 11110 110000 10000 10111 111000 1000000

Color Harmonies of #D6966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6966F

Black with #D6966F

Text Example


Text Example

White with #D6966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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