Html Css Color HEX #D9936F Feldspar

📋 copy color: '#D9936F'

red 217 ◦ green 147 ◦ blue 111

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

Shades of Feldspar #D9936F

Tints of Feldspar #D9936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 45.68%
G = 30.95%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9936F (or 0xD9936F) is known color: Feldspar. HEX triplet: D9, 93 and 6F. RGB value is (217,147,111). Sum of RGB (Red+Green+Blue) = 217+147+111=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9936F is #266C90. Grayscale: #A4A4A4. Windows color (decimal): -2518161 or 7312345. OLE color: 7312345.

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

Color convert

RGB 217 147 111 -
CMYK 0 0.32 0.49 0.15
HSL 20.38º 0.58% 0.64% -
HSV(B) 20.38º 0.49% 0.85% -
XYZ 41.92 36.77 19.93 -
YUV 163.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 217 147 111 0 0.32 0.49 0.15 20.38 0.58 0.64
Hex D9 93 6F 0 20 31 F 14 3A 40
Octal 331 223 157 0 40 61 17 24 72 100
Binary 11011001 10010011 1101111 0 100000 110001 1111 10100 111010 1000000

Color Harmonies of #D9936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9936F

Black with #D9936F

Text Example


Text Example

White with #D9936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9936F; }

 p { color: rgb(217,147,111); }

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

background-color css

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

 a { background-color: rgb(217,147,111); }

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

border-color css

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

 span { border-color: rgb(217,147,111); }

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