Html Css Color HEX #D9997C Feldspar

📋 copy color: '#D9997C'

red 217 ◦ green 153 ◦ blue 124

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

Shades of Feldspar #D9997C

Tints of Feldspar #D9997C

RGB

 RED value IS 217 (85.16% from 255) = 43.93%

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

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 43.93%
G = 30.97%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9997C (or 0xD9997C) is known color: Feldspar. HEX triplet: D9, 99 and 7C. RGB value is (217,153,124). Sum of RGB (Red+Green+Blue) = 217+153+124=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9997C is #266683. Grayscale: #A9A9A9. Windows color (decimal): -2516612 or 8165849. OLE color: 8165849.

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

Color convert

RGB 217 153 124 -
CMYK 0 0.29 0.43 0.15
HSL 18.71º 0.55% 0.67% -
HSV(B) 18.71º 0.43% 0.85% -
XYZ 43.64 38.99 24.29 -
YUV 168.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 217 153 124 0 0.29 0.43 0.15 18.71 0.55 0.67
Hex D9 99 7C 0 1D 2B F 13 37 43
Octal 331 231 174 0 35 53 17 23 67 103
Binary 11011001 10011001 1111100 0 11101 101011 1111 10011 110111 1000011

Color Harmonies of #D9997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9997C

Black with #D9997C

Text Example


Text Example

White with #D9997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9997C; }

 p { color: rgb(217,153,124); }

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

background-color css

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

 a { background-color: rgb(217,153,124); }

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

border-color css

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

 span { border-color: rgb(217,153,124); }

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