Html Css Color HEX #D79D6E Feldspar

📋 copy color: '#D79D6E'

red 215 ◦ green 157 ◦ blue 110

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

Shades of Feldspar #D79D6E

Tints of Feldspar #D79D6E

RGB

 RED value IS 215 (84.38% from 255) = 44.61%

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

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

R = 44.61%
G = 32.57%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D79D6E (or 0xD79D6E) is known color: Feldspar. HEX triplet: D7, 9D and 6E. RGB value is (215,157,110). Sum of RGB (Red+Green+Blue) = 215+157+110=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D6E is #286291. Grayscale: #A9A9A9. Windows color (decimal): -2646674 or 7249367. OLE color: 7249367.

HSL color Cylindrical-coordinate representation of color #D79D6E: hue angle of 26.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D79D6E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 110 -
CMYK 0 0.27 0.49 0.16
HSL 26.86º 0.57% 0.64% -
HSV(B) 26.86º 0.49% 0.84% -
XYZ 42.9 39.69 20.15 -
YUV 168.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 215 157 110 0 0.27 0.49 0.16 26.86 0.57 0.64
Hex D7 9D 6E 0 1B 31 10 1B 39 40
Octal 327 235 156 0 33 61 20 33 71 100
Binary 11010111 10011101 1101110 0 11011 110001 10000 11011 111001 1000000

Color Harmonies of #D79D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D6E

Black with #D79D6E

Text Example


Text Example

White with #D79D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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