Html Css Color HEX #D99477 Feldspar

📋 copy color: '#D99477'

red 217 ◦ green 148 ◦ blue 119

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

Shades of Feldspar #D99477

Tints of Feldspar #D99477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 44.83%
G = 30.58%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D99477 (or 0xD99477) is known color: Feldspar. HEX triplet: D9, 94 and 77. RGB value is (217,148,119). Sum of RGB (Red+Green+Blue) = 217+148+119=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99477 is #266B88. Grayscale: #A5A5A5. Windows color (decimal): -2517897 or 7836889. OLE color: 7836889.

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

Color convert

RGB 217 148 119 -
CMYK 0 0.32 0.45 0.15
HSL 17.76º 0.56% 0.66% -
HSV(B) 17.76º 0.45% 0.85% -
XYZ 42.53 37.26 22.4 -
YUV 165.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 217 148 119 0 0.32 0.45 0.15 17.76 0.56 0.66
Hex D9 94 77 0 20 2D F 12 38 42
Octal 331 224 167 0 40 55 17 22 70 102
Binary 11011001 10010100 1110111 0 100000 101101 1111 10010 111000 1000010

Color Harmonies of #D99477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99477

Black with #D99477

Text Example


Text Example

White with #D99477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99477; }

 p { color: rgb(217,148,119); }

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

background-color css

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

 a { background-color: rgb(217,148,119); }

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

border-color css

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

 span { border-color: rgb(217,148,119); }

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