Html Css Color HEX #D7996D Feldspar

📋 copy color: '#D7996D'

red 215 ◦ green 153 ◦ blue 109

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

Shades of Feldspar #D7996D

Tints of Feldspar #D7996D

RGB

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

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

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

R = 45.07%
G = 32.08%
B = 22.85%

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

#D7996D (or 0xD7996D) is known color: Feldspar. HEX triplet: D7, 99 and 6D. RGB value is (215,153,109). Sum of RGB (Red+Green+Blue) = 215+153+109=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7996D is #286692. Grayscale: #A6A6A6. Windows color (decimal): -2647699 or 7182807. OLE color: 7182807.

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

Color convert

RGB 215 153 109 -
CMYK 0 0.29 0.49 0.16
HSL 24.91º 0.57% 0.64% -
HSV(B) 24.91º 0.49% 0.84% -
XYZ 42.18 38.33 19.64 -
YUV 166.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 215 153 109 0 0.29 0.49 0.16 24.91 0.57 0.64
Hex D7 99 6D 0 1D 31 10 19 39 40
Octal 327 231 155 0 35 61 20 31 71 100
Binary 11010111 10011001 1101101 0 11101 110001 10000 11001 111001 1000000

Color Harmonies of #D7996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7996D

Black with #D7996D

Text Example


Text Example

White with #D7996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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