Html Css Color HEX #D7996E Feldspar

📋 copy color: '#D7996E'

red 215 ◦ green 153 ◦ blue 110

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

Shades of Feldspar #D7996E

Tints of Feldspar #D7996E

RGB

 RED value IS 215 (84.38% from 255) = 44.98%

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

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

R = 44.98%
G = 32.01%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7996E (or 0xD7996E) is known color: Feldspar. HEX triplet: D7, 99 and 6E. RGB value is (215,153,110). Sum of RGB (Red+Green+Blue) = 215+153+110=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7996E is #286691. Grayscale: #A6A6A6. Windows color (decimal): -2647698 or 7248343. OLE color: 7248343.

HSL color Cylindrical-coordinate representation of color #D7996E: hue angle of 24.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7996E is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 153 110 -
CMYK 0 0.29 0.49 0.16
HSL 24.57º 0.57% 0.64% -
HSV(B) 24.57º 0.49% 0.84% -
XYZ 42.23 38.36 19.93 -
YUV 166.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 215 153 110 0 0.29 0.49 0.16 24.57 0.57 0.64
Hex D7 99 6E 0 1D 31 10 19 39 40
Octal 327 231 156 0 35 61 20 31 71 100
Binary 11010111 10011001 1101110 0 11101 110001 10000 11001 111001 1000000

Color Harmonies of #D7996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7996E

Black with #D7996E

Text Example


Text Example

White with #D7996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7996E; }

 p { color: rgb(215,153,110); }

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

background-color css

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

 a { background-color: rgb(215,153,110); }

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

border-color css

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

 span { border-color: rgb(215,153,110); }

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