Html Css Color HEX #D99D70 Feldspar

📋 copy color: '#D99D70'

red 217 ◦ green 157 ◦ blue 112

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

Shades of Feldspar #D99D70

Tints of Feldspar #D99D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 44.65%
G = 32.3%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D99D70 (or 0xD99D70) is known color: Feldspar. HEX triplet: D9, 9D and 70. RGB value is (217,157,112). Sum of RGB (Red+Green+Blue) = 217+157+112=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D70 is #26628F. Grayscale: #AAAAAA. Windows color (decimal): -2515600 or 7380441. OLE color: 7380441.

HSL color Cylindrical-coordinate representation of color #D99D70: hue angle of 25.71º 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 #D99D70 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 112 -
CMYK 0 0.28 0.48 0.15
HSL 25.71º 0.58% 0.65% -
HSV(B) 25.71º 0.48% 0.85% -
XYZ 43.6 40.04 20.76 -
YUV 169.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 217 157 112 0 0.28 0.48 0.15 25.71 0.58 0.65
Hex D9 9D 70 0 1C 30 F 1A 3A 41
Octal 331 235 160 0 34 60 17 32 72 101
Binary 11011001 10011101 1110000 0 11100 110000 1111 11010 111010 1000001

Color Harmonies of #D99D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D70

Black with #D99D70

Text Example


Text Example

White with #D99D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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