Html Css Color HEX #D9936E Feldspar

📋 copy color: '#D9936E'

red 217 ◦ green 147 ◦ blue 110

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

Shades of Feldspar #D9936E

Tints of Feldspar #D9936E

RGB

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

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

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

R = 45.78%
G = 31.01%
B = 23.21%

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

#D9936E (or 0xD9936E) is known color: Feldspar. HEX triplet: D9, 93 and 6E. RGB value is (217,147,110). Sum of RGB (Red+Green+Blue) = 217+147+110=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9936E is #266C91. Grayscale: #A3A3A3. Windows color (decimal): -2518162 or 7246809. OLE color: 7246809.

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

Color convert

RGB 217 147 110 -
CMYK 0 0.32 0.49 0.15
HSL 20.75º 0.58% 0.64% -
HSV(B) 20.75º 0.49% 0.85% -
XYZ 41.86 36.74 19.64 -
YUV 163.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 217 147 110 0 0.32 0.49 0.15 20.75 0.58 0.64
Hex D9 93 6E 0 20 31 F 15 3A 40
Octal 331 223 156 0 40 61 17 25 72 100
Binary 11011001 10010011 1101110 0 100000 110001 1111 10101 111010 1000000

Color Harmonies of #D9936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9936E

Black with #D9936E

Text Example


Text Example

White with #D9936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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