Html Css Color HEX #D99A71 Feldspar

📋 copy color: '#D99A71'

red 217 ◦ green 154 ◦ blue 113

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

Shades of Feldspar #D99A71

Tints of Feldspar #D99A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.82%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 44.83%
G = 31.82%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D99A71 (or 0xD99A71) is known color: Feldspar. HEX triplet: D9, 9A and 71. RGB value is (217,154,113). Sum of RGB (Red+Green+Blue) = 217+154+113=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A71 is #26658E. Grayscale: #A8A8A8. Windows color (decimal): -2516367 or 7445209. OLE color: 7445209.

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

Color convert

RGB 217 154 113 -
CMYK 0 0.29 0.48 0.15
HSL 23.65º 0.58% 0.65% -
HSV(B) 23.65º 0.48% 0.85% -
XYZ 43.15 39.06 20.89 -
YUV 168.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 217 154 113 0 0.29 0.48 0.15 23.65 0.58 0.65
Hex D9 9A 71 0 1D 30 F 18 3A 41
Octal 331 232 161 0 35 60 17 30 72 101
Binary 11011001 10011010 1110001 0 11101 110000 1111 11000 111010 1000001

Color Harmonies of #D99A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A71

Black with #D99A71

Text Example


Text Example

White with #D99A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A71; }

 p { color: rgb(217,154,113); }

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

background-color css

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

 a { background-color: rgb(217,154,113); }

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

border-color css

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

 span { border-color: rgb(217,154,113); }

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