Html Css Color HEX #D79B7B Feldspar

📋 copy color: '#D79B7B'

red 215 ◦ green 155 ◦ blue 123

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

Shades of Feldspar #D79B7B

Tints of Feldspar #D79B7B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

 BLUE value IS 123 (48.44% from 255) = 24.95%

R = 43.61%
G = 31.44%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D79B7B (or 0xD79B7B) is known color: Feldspar. HEX triplet: D7, 9B and 7B. RGB value is (215,155,123). Sum of RGB (Red+Green+Blue) = 215+155+123=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79B7B is #286484. Grayscale: #A9A9A9. Windows color (decimal): -2647173 or 8100823. OLE color: 8100823.

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

Color convert

RGB 215 155 123 -
CMYK 0 0.28 0.43 0.16
HSL 20.87º 0.53% 0.66% -
HSV(B) 20.87º 0.43% 0.84% -
XYZ 43.32 39.32 24.05 -
YUV 169.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 215 155 123 0 0.28 0.43 0.16 20.87 0.53 0.66
Hex D7 9B 7B 0 1C 2B 10 15 35 42
Octal 327 233 173 0 34 53 20 25 65 102
Binary 11010111 10011011 1111011 0 11100 101011 10000 10101 110101 1000010

Color Harmonies of #D79B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B7B

Black with #D79B7B

Text Example


Text Example

White with #D79B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B7B; }

 p { color: rgb(215,155,123); }

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

background-color css

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

 a { background-color: rgb(215,155,123); }

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

border-color css

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

 span { border-color: rgb(215,155,123); }

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