Html Css Color HEX #D8967C Feldspar

📋 copy color: '#D8967C'

red 216 ◦ green 150 ◦ blue 124

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

Shades of Feldspar #D8967C

Tints of Feldspar #D8967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 44.08%
G = 30.61%
B = 25.31%

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

#D8967C (or 0xD8967C) is known color: Feldspar. HEX triplet: D8, 96 and 7C. RGB value is (216,150,124). Sum of RGB (Red+Green+Blue) = 216+150+124=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8967C is #276983. Grayscale: #A6A6A6. Windows color (decimal): -2582916 or 8165080. OLE color: 8165080.

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

Color convert

RGB 216 150 124 -
CMYK 0 0.31 0.43 0.15
HSL 16.96º 0.54% 0.67% -
HSV(B) 16.96º 0.43% 0.85% -
XYZ 42.86 37.87 24.12 -
YUV 166.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 216 150 124 0 0.31 0.43 0.15 16.96 0.54 0.67
Hex D8 96 7C 0 1F 2B F 11 36 43
Octal 330 226 174 0 37 53 17 21 66 103
Binary 11011000 10010110 1111100 0 11111 101011 1111 10001 110110 1000011

Color Harmonies of #D8967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8967C

Black with #D8967C

Text Example


Text Example

White with #D8967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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