Html Css Color HEX #D8966E Feldspar

📋 copy color: '#D8966E'

red 216 ◦ green 150 ◦ blue 110

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

Shades of Feldspar #D8966E

Tints of Feldspar #D8966E

RGB

 RED value IS 216 (84.77% from 255) = 45.38%

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

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

R = 45.38%
G = 31.51%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8966E (or 0xD8966E) is known color: Feldspar. HEX triplet: D8, 96 and 6E. RGB value is (216,150,110). Sum of RGB (Red+Green+Blue) = 216+150+110=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8966E is #276991. Grayscale: #A5A5A5. Windows color (decimal): -2582930 or 7247576. OLE color: 7247576.

HSL color Cylindrical-coordinate representation of color #D8966E: hue angle of 22.64º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8966E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 110 -
CMYK 0 0.31 0.49 0.15
HSL 22.64º 0.58% 0.64% -
HSV(B) 22.64º 0.49% 0.85% -
XYZ 42.04 37.54 19.78 -
YUV 165.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 216 150 110 0 0.31 0.49 0.15 22.64 0.58 0.64
Hex D8 96 6E 0 1F 31 F 17 3A 40
Octal 330 226 156 0 37 61 17 27 72 100
Binary 11011000 10010110 1101110 0 11111 110001 1111 10111 111010 1000000

Color Harmonies of #D8966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8966E

Black with #D8966E

Text Example


Text Example

White with #D8966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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