Html Css Color HEX #D99E70 Feldspar

📋 copy color: '#D99E70'

red 217 ◦ green 158 ◦ blue 112

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

Shades of Feldspar #D99E70

Tints of Feldspar #D99E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

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

R = 44.56%
G = 32.44%
B = 23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D99E70 (or 0xD99E70) is known color: Feldspar. HEX triplet: D9, 9E and 70. RGB value is (217,158,112). Sum of RGB (Red+Green+Blue) = 217+158+112=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E70 is #26618F. Grayscale: #AAAAAA. Windows color (decimal): -2515344 or 7380697. OLE color: 7380697.

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

Color convert

RGB 217 158 112 -
CMYK 0 0.27 0.48 0.15
HSL 26.29º 0.58% 0.65% -
HSV(B) 26.29º 0.48% 0.85% -
XYZ 43.77 40.38 20.82 -
YUV 170.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 217 158 112 0 0.27 0.48 0.15 26.29 0.58 0.65
Hex D9 9E 70 0 1B 30 F 1A 3A 41
Octal 331 236 160 0 33 60 17 32 72 101
Binary 11011001 10011110 1110000 0 11011 110000 1111 11010 111010 1000001

Color Harmonies of #D99E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E70

Black with #D99E70

Text Example


Text Example

White with #D99E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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