Html Css Color HEX #D79C7B Feldspar

📋 copy color: '#D79C7B'

red 215 ◦ green 156 ◦ blue 123

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

Shades of Feldspar #D79C7B

Tints of Feldspar #D79C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 43.52%
G = 31.58%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D79C7B (or 0xD79C7B) is known color: Feldspar. HEX triplet: D7, 9C and 7B. RGB value is (215,156,123). Sum of RGB (Red+Green+Blue) = 215+156+123=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C7B is #286384. Grayscale: #AAAAAA. Windows color (decimal): -2646917 or 8101079. OLE color: 8101079.

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

Color convert

RGB 215 156 123 -
CMYK 0 0.27 0.43 0.16
HSL 21.52º 0.53% 0.66% -
HSV(B) 21.52º 0.43% 0.84% -
XYZ 43.49 39.65 24.1 -
YUV 169.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 215 156 123 0 0.27 0.43 0.16 21.52 0.53 0.66
Hex D7 9C 7B 0 1B 2B 10 16 35 42
Octal 327 234 173 0 33 53 20 26 65 102
Binary 11010111 10011100 1111011 0 11011 101011 10000 10110 110101 1000010

Color Harmonies of #D79C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C7B

Black with #D79C7B

Text Example


Text Example

White with #D79C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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