Html Css Color HEX #D79F20 Galliano

📋 copy color: '#D79F20'

red 215 ◦ green 159 ◦ blue 32

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

Shades of Galliano #D79F20

Tints of Galliano #D79F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 52.96%
G = 39.16%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D79F20 (or 0xD79F20) is known color: Galliano. HEX triplet: D7, 9F and 20. RGB value is (215,159,32). Sum of RGB (Red+Green+Blue) = 215+159+32=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79F20 is #2860DF. Grayscale: #A1A1A1. Windows color (decimal): -2646240 or 2138071. OLE color: 2138071.

HSL color Cylindrical-coordinate representation of color #D79F20: hue angle of 41.64º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D79F20 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 159 32 -
CMYK 0 0.26 0.85 0.16
HSL 41.64º 0.74% 0.48% -
HSV(B) 41.64º 0.85% 0.84% -
XYZ 40.68 39.35 6.82 -
YUV 161.27 55.05 166.33 -
System Red Green Blue C M Y K H S L
Decimal 215 159 32 0 0.26 0.85 0.16 41.64 0.74 0.48
Hex D7 9F 20 0 1A 55 10 2A 4A 30
Octal 327 237 40 0 32 125 20 52 112 60
Binary 11010111 10011111 100000 0 11010 1010101 10000 101010 1001010 110000

Color Harmonies of #D79F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79F20

Black with #D79F20

Text Example


Text Example

White with #D79F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79F20; }

 p { color: rgb(215,159,32); }

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

background-color css

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

 a { background-color: rgb(215,159,32); }

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

border-color css

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

 span { border-color: rgb(215,159,32); }

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