Html Css Color HEX #D99D6E Feldspar

📋 copy color: '#D99D6E'

red 217 ◦ green 157 ◦ blue 110

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

Shades of Feldspar #D99D6E

Tints of Feldspar #D99D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 44.83%
G = 32.44%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D99D6E (or 0xD99D6E) is known color: Feldspar. HEX triplet: D9, 9D and 6E. RGB value is (217,157,110). Sum of RGB (Red+Green+Blue) = 217+157+110=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D6E is #266291. Grayscale: #A9A9A9. Windows color (decimal): -2515602 or 7249369. OLE color: 7249369.

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

Color convert

RGB 217 157 110 -
CMYK 0 0.28 0.49 0.15
HSL 26.36º 0.58% 0.64% -
HSV(B) 26.36º 0.49% 0.85% -
XYZ 43.49 39.99 20.18 -
YUV 169.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 217 157 110 0 0.28 0.49 0.15 26.36 0.58 0.64
Hex D9 9D 6E 0 1C 31 F 1A 3A 40
Octal 331 235 156 0 34 61 17 32 72 100
Binary 11011001 10011101 1101110 0 11100 110001 1111 11010 111010 1000000

Color Harmonies of #D99D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D6E

Black with #D99D6E

Text Example


Text Example

White with #D99D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D6E; }

 p { color: rgb(217,157,110); }

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

background-color css

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

 a { background-color: rgb(217,157,110); }

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

border-color css

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

 span { border-color: rgb(217,157,110); }

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