Html Css Color HEX #D79A7D Feldspar

📋 copy color: '#D79A7D'

red 215 ◦ green 154 ◦ blue 125

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

Shades of Feldspar #D79A7D

Tints of Feldspar #D79A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 43.52%
G = 31.17%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D79A7D (or 0xD79A7D) is known color: Feldspar. HEX triplet: D7, 9A and 7D. RGB value is (215,154,125). Sum of RGB (Red+Green+Blue) = 215+154+125=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A7D is #286582. Grayscale: #A9A9A9. Windows color (decimal): -2647427 or 8231639. OLE color: 8231639.

HSL color Cylindrical-coordinate representation of color #D79A7D: hue angle of 19.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D79A7D is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 154 125 -
CMYK 0 0.28 0.42 0.16
HSL 19.33º 0.53% 0.67% -
HSV(B) 19.33º 0.42% 0.84% -
XYZ 43.28 39.04 24.66 -
YUV 168.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 215 154 125 0 0.28 0.42 0.16 19.33 0.53 0.67
Hex D7 9A 7D 0 1C 2A 10 13 35 43
Octal 327 232 175 0 34 52 20 23 65 103
Binary 11010111 10011010 1111101 0 11100 101010 10000 10011 110101 1000011

Color Harmonies of #D79A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A7D

Black with #D79A7D

Text Example


Text Example

White with #D79A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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