Html Css Color HEX #D7966E Feldspar

📋 copy color: '#D7966E'

red 215 ◦ green 150 ◦ blue 110

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

Shades of Feldspar #D7966E

Tints of Feldspar #D7966E

RGB

 RED value IS 215 (84.38% from 255) = 45.26%

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

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 45.26%
G = 31.58%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7966E (or 0xD7966E) is known color: Feldspar. HEX triplet: D7, 96 and 6E. RGB value is (215,150,110). Sum of RGB (Red+Green+Blue) = 215+150+110=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7966E is #286991. Grayscale: #A5A5A5. Windows color (decimal): -2648466 or 7247575. OLE color: 7247575.

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

Color convert

RGB 215 150 110 -
CMYK 0 0.30 0.49 0.16
HSL 22.86º 0.57% 0.64% -
HSV(B) 22.86º 0.49% 0.84% -
XYZ 41.75 37.39 19.77 -
YUV 164.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 215 150 110 0 0.30 0.49 0.16 22.86 0.57 0.64
Hex D7 96 6E 0 1E 31 10 17 39 40
Octal 327 226 156 0 36 61 20 27 71 100
Binary 11010111 10010110 1101110 0 11110 110001 10000 10111 111001 1000000

Color Harmonies of #D7966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7966E

Black with #D7966E

Text Example


Text Example

White with #D7966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7966E; }

 p { color: rgb(215,150,110); }

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

background-color css

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

 a { background-color: rgb(215,150,110); }

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

border-color css

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

 span { border-color: rgb(215,150,110); }

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