Html Css Color HEX #D79A7B Feldspar

📋 copy color: '#D79A7B'

red 215 ◦ green 154 ◦ blue 123

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

Shades of Feldspar #D79A7B

Tints of Feldspar #D79A7B

RGB

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

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

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

R = 43.7%
G = 31.3%
B = 25%

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

#D79A7B (or 0xD79A7B) is known color: Feldspar. HEX triplet: D7, 9A and 7B. RGB value is (215,154,123). Sum of RGB (Red+Green+Blue) = 215+154+123=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A7B is #286584. Grayscale: #A8A8A8. Windows color (decimal): -2647429 or 8100567. OLE color: 8100567.

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

Color convert

RGB 215 154 123 -
CMYK 0 0.28 0.43 0.16
HSL 20.22º 0.53% 0.66% -
HSV(B) 20.22º 0.43% 0.84% -
XYZ 43.16 38.99 23.99 -
YUV 168.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 215 154 123 0 0.28 0.43 0.16 20.22 0.53 0.66
Hex D7 9A 7B 0 1C 2B 10 14 35 42
Octal 327 232 173 0 34 53 20 24 65 102
Binary 11010111 10011010 1111011 0 11100 101011 10000 10100 110101 1000010

Color Harmonies of #D79A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A7B

Black with #D79A7B

Text Example


Text Example

White with #D79A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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