Html Css Color HEX #D79A6E Feldspar

📋 copy color: '#D79A6E'

red 215 ◦ green 154 ◦ blue 110

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

Shades of Feldspar #D79A6E

Tints of Feldspar #D79A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

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

R = 44.89%
G = 32.15%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D79A6E (or 0xD79A6E) is known color: Feldspar. HEX triplet: D7, 9A and 6E. RGB value is (215,154,110). Sum of RGB (Red+Green+Blue) = 215+154+110=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A6E is #286591. Grayscale: #A7A7A7. Windows color (decimal): -2647442 or 7248599. OLE color: 7248599.

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

Color convert

RGB 215 154 110 -
CMYK 0 0.28 0.49 0.16
HSL 25.14º 0.57% 0.64% -
HSV(B) 25.14º 0.49% 0.84% -
XYZ 42.39 38.68 19.98 -
YUV 167.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 215 154 110 0 0.28 0.49 0.16 25.14 0.57 0.64
Hex D7 9A 6E 0 1C 31 10 19 39 40
Octal 327 232 156 0 34 61 20 31 71 100
Binary 11010111 10011010 1101110 0 11100 110001 10000 11001 111001 1000000

Color Harmonies of #D79A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A6E

Black with #D79A6E

Text Example


Text Example

White with #D79A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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