Html Css Color HEX #D99C76 Feldspar

📋 copy color: '#D99C76'

red 217 ◦ green 156 ◦ blue 118

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

Shades of Feldspar #D99C76

Tints of Feldspar #D99C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 44.2%
G = 31.77%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D99C76 (or 0xD99C76) is known color: Feldspar. HEX triplet: D9, 9C and 76. RGB value is (217,156,118). Sum of RGB (Red+Green+Blue) = 217+156+118=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C76 is #266389. Grayscale: #AAAAAA. Windows color (decimal): -2515850 or 7773401. OLE color: 7773401.

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

Color convert

RGB 217 156 118 -
CMYK 0 0.28 0.46 0.15
HSL 23.03º 0.57% 0.66% -
HSV(B) 23.03º 0.46% 0.85% -
XYZ 43.77 39.84 22.52 -
YUV 169.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 217 156 118 0 0.28 0.46 0.15 23.03 0.57 0.66
Hex D9 9C 76 0 1C 2E F 17 39 42
Octal 331 234 166 0 34 56 17 27 71 102
Binary 11011001 10011100 1110110 0 11100 101110 1111 10111 111001 1000010

Color Harmonies of #D99C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C76

Black with #D99C76

Text Example


Text Example

White with #D99C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C76; }

 p { color: rgb(217,156,118); }

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

background-color css

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

 a { background-color: rgb(217,156,118); }

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

border-color css

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

 span { border-color: rgb(217,156,118); }

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