Html Css Color HEX #D8996D Feldspar

📋 copy color: '#D8996D'

red 216 ◦ green 153 ◦ blue 109

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

Shades of Feldspar #D8996D

Tints of Feldspar #D8996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.01%

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 45.19%
G = 32.01%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8996D (or 0xD8996D) is known color: Feldspar. HEX triplet: D8, 99 and 6D. RGB value is (216,153,109). Sum of RGB (Red+Green+Blue) = 216+153+109=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8996D is #276692. Grayscale: #A7A7A7. Windows color (decimal): -2582163 or 7182808. OLE color: 7182808.

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

Color convert

RGB 216 153 109 -
CMYK 0 0.29 0.50 0.15
HSL 24.67º 0.58% 0.64% -
HSV(B) 24.67º 0.5% 0.85% -
XYZ 42.47 38.49 19.66 -
YUV 166.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 216 153 109 0 0.29 0.50 0.15 24.67 0.58 0.64
Hex D8 99 6D 0 1D 32 F 19 3A 40
Octal 330 231 155 0 35 62 17 31 72 100
Binary 11011000 10011001 1101101 0 11101 110010 1111 11001 111010 1000000

Color Harmonies of #D8996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8996D

Black with #D8996D

Text Example


Text Example

White with #D8996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8996D; }

 p { color: rgb(216,153,109); }

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

background-color css

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

 a { background-color: rgb(216,153,109); }

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

border-color css

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

 span { border-color: rgb(216,153,109); }

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