Html Css Color HEX #D8997A Feldspar

📋 copy color: '#D8997A'

red 216 ◦ green 153 ◦ blue 122

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

Shades of Feldspar #D8997A

Tints of Feldspar #D8997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.85%

R = 43.99%
G = 31.16%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8997A (or 0xD8997A) is known color: Feldspar. HEX triplet: D8, 99 and 7A. RGB value is (216,153,122). Sum of RGB (Red+Green+Blue) = 216+153+122=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8997A is #276685. Grayscale: #A8A8A8. Windows color (decimal): -2582150 or 8034776. OLE color: 8034776.

HSL color Cylindrical-coordinate representation of color #D8997A: hue angle of 19.79º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8997A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 122 -
CMYK 0 0.29 0.44 0.15
HSL 19.79º 0.55% 0.66% -
HSV(B) 19.79º 0.44% 0.85% -
XYZ 43.22 38.79 23.62 -
YUV 168.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 216 153 122 0 0.29 0.44 0.15 19.79 0.55 0.66
Hex D8 99 7A 0 1D 2C F 14 37 42
Octal 330 231 172 0 35 54 17 24 67 102
Binary 11011000 10011001 1111010 0 11101 101100 1111 10100 110111 1000010

Color Harmonies of #D8997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8997A

Black with #D8997A

Text Example


Text Example

White with #D8997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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