Html Css Color HEX #D79D1E Galliano

📋 copy color: '#D79D1E'

red 215 ◦ green 157 ◦ blue 30

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

Shades of Galliano #D79D1E

Tints of Galliano #D79D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.05%

 BLUE value IS 30 (12.11% from 255) = 7.46%

R = 53.48%
G = 39.05%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D79D1E (or 0xD79D1E) is known color: Galliano. HEX triplet: D7, 9D and 1E. RGB value is (215,157,30). Sum of RGB (Red+Green+Blue) = 215+157+30=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D1E is #2862E1. Grayscale: #A0A0A0. Windows color (decimal): -2646754 or 2006487. OLE color: 2006487.

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

Color convert

RGB 215 157 30 -
CMYK 0 0.27 0.86 0.16
HSL 41.19º 0.76% 0.48% -
HSV(B) 41.19º 0.86% 0.84% -
XYZ 40.32 38.65 6.56 -
YUV 159.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 215 157 30 0 0.27 0.86 0.16 41.19 0.76 0.48
Hex D7 9D 1E 0 1B 56 10 29 4C 30
Octal 327 235 36 0 33 126 20 51 114 60
Binary 11010111 10011101 11110 0 11011 1010110 10000 101001 1001100 110000

Color Harmonies of #D79D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D1E

Black with #D79D1E

Text Example


Text Example

White with #D79D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D1E; }

 p { color: rgb(215,157,30); }

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

background-color css

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

 a { background-color: rgb(215,157,30); }

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

border-color css

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

 span { border-color: rgb(215,157,30); }

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