Html Css Color HEX #D8926E Feldspar

📋 copy color: '#D8926E'

red 216 ◦ green 146 ◦ blue 110

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

Shades of Feldspar #D8926E

Tints of Feldspar #D8926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.93%

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

R = 45.76%
G = 30.93%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8926E (or 0xD8926E) is known color: Feldspar. HEX triplet: D8, 92 and 6E. RGB value is (216,146,110). Sum of RGB (Red+Green+Blue) = 216+146+110=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8926E is #276D91. Grayscale: #A3A3A3. Windows color (decimal): -2583954 or 7246552. OLE color: 7246552.

HSL color Cylindrical-coordinate representation of color #D8926E: hue angle of 20.38º 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 #D8926E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 110 -
CMYK 0 0.32 0.49 0.15
HSL 20.38º 0.58% 0.64% -
HSV(B) 20.38º 0.49% 0.85% -
XYZ 41.41 36.28 19.57 -
YUV 162.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 216 146 110 0 0.32 0.49 0.15 20.38 0.58 0.64
Hex D8 92 6E 0 20 31 F 14 3A 40
Octal 330 222 156 0 40 61 17 24 72 100
Binary 11011000 10010010 1101110 0 100000 110001 1111 10100 111010 1000000

Color Harmonies of #D8926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8926E

Black with #D8926E

Text Example


Text Example

White with #D8926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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