Html Css Color HEX #D79D72 Feldspar

📋 copy color: '#D79D72'

red 215 ◦ green 157 ◦ blue 114

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

Shades of Feldspar #D79D72

Tints of Feldspar #D79D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 44.24%
G = 32.3%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D79D72 (or 0xD79D72) is known color: Feldspar. HEX triplet: D7, 9D and 72. RGB value is (215,157,114). Sum of RGB (Red+Green+Blue) = 215+157+114=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D72 is #28628D. Grayscale: #A9A9A9. Windows color (decimal): -2646670 or 7511511. OLE color: 7511511.

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

Color convert

RGB 215 157 114 -
CMYK 0 0.27 0.47 0.16
HSL 25.54º 0.56% 0.65% -
HSV(B) 25.54º 0.47% 0.84% -
XYZ 43.12 39.78 21.32 -
YUV 169.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 215 157 114 0 0.27 0.47 0.16 25.54 0.56 0.65
Hex D7 9D 72 0 1B 2F 10 1A 38 41
Octal 327 235 162 0 33 57 20 32 70 101
Binary 11010111 10011101 1110010 0 11011 101111 10000 11010 111000 1000001

Color Harmonies of #D79D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D72

Black with #D79D72

Text Example


Text Example

White with #D79D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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