Html Css Color HEX #D79D18 Galliano

📋 copy color: '#D79D18'

red 215 ◦ green 157 ◦ blue 24

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

Shades of Galliano #D79D18

Tints of Galliano #D79D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.06%

R = 54.29%
G = 39.65%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D79D18 (or 0xD79D18) is known color: Galliano. HEX triplet: D7, 9D and 18. RGB value is (215,157,24). Sum of RGB (Red+Green+Blue) = 215+157+24=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D18 is #2862E7. Grayscale: #9F9F9F. Windows color (decimal): -2646760 or 1613271. OLE color: 1613271.

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

Color convert

RGB 215 157 24 -
CMYK 0 0.27 0.89 0.16
HSL 41.78º 0.8% 0.47% -
HSV(B) 41.78º 0.89% 0.84% -
XYZ 40.25 38.63 6.2 -
YUV 159.18 51.72 167.81 -
System Red Green Blue C M Y K H S L
Decimal 215 157 24 0 0.27 0.89 0.16 41.78 0.8 0.47
Hex D7 9D 18 0 1B 59 10 2A 50 2F
Octal 327 235 30 0 33 131 20 52 120 57
Binary 11010111 10011101 11000 0 11011 1011001 10000 101010 1010000 101111

Color Harmonies of #D79D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D18

Black with #D79D18

Text Example


Text Example

White with #D79D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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