Html Css Color HEX #D8967B Feldspar

📋 copy color: '#D8967B'

red 216 ◦ green 150 ◦ blue 123

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

Shades of Feldspar #D8967B

Tints of Feldspar #D8967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.15%

R = 44.17%
G = 30.67%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8967B (or 0xD8967B) is known color: Feldspar. HEX triplet: D8, 96 and 7B. RGB value is (216,150,123). Sum of RGB (Red+Green+Blue) = 216+150+123=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8967B is #276984. Grayscale: #A6A6A6. Windows color (decimal): -2582917 or 8099544. OLE color: 8099544.

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

Color convert

RGB 216 150 123 -
CMYK 0 0.31 0.43 0.15
HSL 17.42º 0.54% 0.66% -
HSV(B) 17.42º 0.43% 0.85% -
XYZ 42.8 37.84 23.79 -
YUV 166.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 216 150 123 0 0.31 0.43 0.15 17.42 0.54 0.66
Hex D8 96 7B 0 1F 2B F 11 36 42
Octal 330 226 173 0 37 53 17 21 66 102
Binary 11011000 10010110 1111011 0 11111 101011 1111 10001 110110 1000010

Color Harmonies of #D8967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8967B

Black with #D8967B

Text Example


Text Example

White with #D8967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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