Html Css Color HEX #D3966F Feldspar

📋 copy color: '#D3966F'

red 211 ◦ green 150 ◦ blue 111

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

Shades of Feldspar #D3966F

Tints of Feldspar #D3966F

RGB

 RED value IS 211 (82.81% from 255) = 44.7%

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

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

R = 44.7%
G = 31.78%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3966F (or 0xD3966F) is known color: Feldspar. HEX triplet: D3, 96 and 6F. RGB value is (211,150,111). Sum of RGB (Red+Green+Blue) = 211+150+111=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3966F is #2C6990. Grayscale: #A4A4A4. Windows color (decimal): -2910609 or 7313107. OLE color: 7313107.

HSL color Cylindrical-coordinate representation of color #D3966F: hue angle of 23.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3966F is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 111 -
CMYK 0 0.29 0.47 0.17
HSL 23.4º 0.53% 0.63% -
HSV(B) 23.4º 0.47% 0.83% -
XYZ 40.64 36.81 20 -
YUV 163.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 211 150 111 0 0.29 0.47 0.17 23.4 0.53 0.63
Hex D3 96 6F 0 1D 2F 11 17 35 3F
Octal 323 226 157 0 35 57 21 27 65 77
Binary 11010011 10010110 1101111 0 11101 101111 10001 10111 110101 111111

Color Harmonies of #D3966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3966F

Black with #D3966F

Text Example


Text Example

White with #D3966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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