Html Css Color HEX #D79C21 Galliano

📋 copy color: '#D79C21'

red 215 ◦ green 156 ◦ blue 33

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

Shades of Galliano #D79C21

Tints of Galliano #D79C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 53.22%
G = 38.61%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D79C21 (or 0xD79C21) is known color: Galliano. HEX triplet: D7, 9C and 21. RGB value is (215,156,33). Sum of RGB (Red+Green+Blue) = 215+156+33=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79C21 is #2863DE. Grayscale: #A0A0A0. Windows color (decimal): -2647007 or 2202839. OLE color: 2202839.

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

Color convert

RGB 215 156 33 -
CMYK 0 0.27 0.85 0.16
HSL 40.55º 0.73% 0.49% -
HSV(B) 40.55º 0.85% 0.84% -
XYZ 40.19 38.33 6.72 -
YUV 159.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 215 156 33 0 0.27 0.85 0.16 40.55 0.73 0.49
Hex D7 9C 21 0 1B 55 10 29 49 31
Octal 327 234 41 0 33 125 20 51 111 61
Binary 11010111 10011100 100001 0 11011 1010101 10000 101001 1001001 110001

Color Harmonies of #D79C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C21

Black with #D79C21

Text Example


Text Example

White with #D79C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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