Html Css Color HEX #D8967A Feldspar

📋 copy color: '#D8967A'

red 216 ◦ green 150 ◦ blue 122

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

Shades of Feldspar #D8967A

Tints of Feldspar #D8967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25%

R = 44.26%
G = 30.74%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8967A (or 0xD8967A) is known color: Feldspar. HEX triplet: D8, 96 and 7A. RGB value is (216,150,122). Sum of RGB (Red+Green+Blue) = 216+150+122=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8967A is #276985. Grayscale: #A6A6A6. Windows color (decimal): -2582918 or 8034008. OLE color: 8034008.

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

Color convert

RGB 216 150 122 -
CMYK 0 0.31 0.44 0.15
HSL 17.87º 0.55% 0.66% -
HSV(B) 17.87º 0.44% 0.85% -
XYZ 42.74 37.82 23.46 -
YUV 166.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 216 150 122 0 0.31 0.44 0.15 17.87 0.55 0.66
Hex D8 96 7A 0 1F 2C F 12 37 42
Octal 330 226 172 0 37 54 17 22 67 102
Binary 11011000 10010110 1111010 0 11111 101100 1111 10010 110111 1000010

Color Harmonies of #D8967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8967A

Black with #D8967A

Text Example


Text Example

White with #D8967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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