Html Css Color HEX #D8946C Feldspar

📋 copy color: '#D8946C'

red 216 ◦ green 148 ◦ blue 108

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

Shades of Feldspar #D8946C

Tints of Feldspar #D8946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 45.76%
G = 31.36%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8946C (or 0xD8946C) is known color: Feldspar. HEX triplet: D8, 94 and 6C. RGB value is (216,148,108). Sum of RGB (Red+Green+Blue) = 216+148+108=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8946C is #276B93. Grayscale: #A4A4A4. Windows color (decimal): -2583444 or 7115992. OLE color: 7115992.

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

Color convert

RGB 216 148 108 -
CMYK 0 0.31 0.50 0.15
HSL 22.22º 0.58% 0.64% -
HSV(B) 22.22º 0.5% 0.85% -
XYZ 41.62 36.86 19.11 -
YUV 163.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 216 148 108 0 0.31 0.50 0.15 22.22 0.58 0.64
Hex D8 94 6C 0 1F 32 F 16 3A 40
Octal 330 224 154 0 37 62 17 26 72 100
Binary 11011000 10010100 1101100 0 11111 110010 1111 10110 111010 1000000

Color Harmonies of #D8946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8946C

Black with #D8946C

Text Example


Text Example

White with #D8946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8946C; }

 p { color: rgb(216,148,108); }

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

background-color css

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

 a { background-color: rgb(216,148,108); }

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

border-color css

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

 span { border-color: rgb(216,148,108); }

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