Html Css Color HEX #D7997B Feldspar

📋 copy color: '#D7997B'

red 215 ◦ green 153 ◦ blue 123

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

Shades of Feldspar #D7997B

Tints of Feldspar #D7997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 43.79%
G = 31.16%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7997B (or 0xD7997B) is known color: Feldspar. HEX triplet: D7, 99 and 7B. RGB value is (215,153,123). Sum of RGB (Red+Green+Blue) = 215+153+123=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7997B is #286684. Grayscale: #A8A8A8. Windows color (decimal): -2647685 or 8100311. OLE color: 8100311.

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

Color convert

RGB 215 153 123 -
CMYK 0 0.29 0.43 0.16
HSL 19.57º 0.53% 0.66% -
HSV(B) 19.57º 0.43% 0.84% -
XYZ 42.99 38.66 23.94 -
YUV 168.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 215 153 123 0 0.29 0.43 0.16 19.57 0.53 0.66
Hex D7 99 7B 0 1D 2B 10 14 35 42
Octal 327 231 173 0 35 53 20 24 65 102
Binary 11010111 10011001 1111011 0 11101 101011 10000 10100 110101 1000010

Color Harmonies of #D7997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7997B

Black with #D7997B

Text Example


Text Example

White with #D7997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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