Html Css Color HEX #D8A616 Galliano

📋 copy color: '#D8A616'

red 216 ◦ green 166 ◦ blue 22

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

Shades of Galliano #D8A616

Tints of Galliano #D8A616

RGB

 RED value IS 216 (84.77% from 255) = 53.47%

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 22 (8.98% from 255) = 5.45%

R = 53.47%
G = 41.09%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A616 (or 0xD8A616) is known color: Galliano. HEX triplet: D8, A6 and 16. RGB value is (216,166,22). Sum of RGB (Red+Green+Blue) = 216+166+22=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A616 is #2759E9. Grayscale: #A5A5A5. Windows color (decimal): -2578922 or 1484504. OLE color: 1484504.

HSL color Cylindrical-coordinate representation of color #D8A616: hue angle of 44.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8A616 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 22 -
CMYK 0 0.23 0.90 0.15
HSL 44.54º 0.82% 0.47% -
HSV(B) 44.54º 0.9% 0.85% -
XYZ 42.1 41.93 6.63 -
YUV 164.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 216 166 22 0 0.23 0.90 0.15 44.54 0.82 0.47
Hex D8 A6 16 0 17 5A F 2D 52 2F
Octal 330 246 26 0 27 132 17 55 122 57
Binary 11011000 10100110 10110 0 10111 1011010 1111 101101 1010010 101111

Color Harmonies of #D8A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A616

Black with #D8A616

Text Example


Text Example

White with #D8A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A616; }

 p { color: rgb(216,166,22); }

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

background-color css

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

 a { background-color: rgb(216,166,22); }

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

border-color css

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

 span { border-color: rgb(216,166,22); }

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