Html Css Color HEX #D8A516 Galliano

📋 copy color: '#D8A516'

red 216 ◦ green 165 ◦ blue 22

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

Shades of Galliano #D8A516

Tints of Galliano #D8A516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 53.6%
G = 40.94%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A516 (or 0xD8A516) is known color: Galliano. HEX triplet: D8, A5 and 16. RGB value is (216,165,22). Sum of RGB (Red+Green+Blue) = 216+165+22=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A516 is #275AE9. Grayscale: #A4A4A4. Windows color (decimal): -2579178 or 1484248. OLE color: 1484248.

HSL color Cylindrical-coordinate representation of color #D8A516: hue angle of 44.23º 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 #D8A516 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 22 -
CMYK 0 0.24 0.90 0.15
HSL 44.23º 0.82% 0.47% -
HSV(B) 44.23º 0.9% 0.85% -
XYZ 41.92 41.57 6.57 -
YUV 163.95 47.9 165.13 -
System Red Green Blue C M Y K H S L
Decimal 216 165 22 0 0.24 0.90 0.15 44.23 0.82 0.47
Hex D8 A5 16 0 18 5A F 2C 52 2F
Octal 330 245 26 0 30 132 17 54 122 57
Binary 11011000 10100101 10110 0 11000 1011010 1111 101100 1010010 101111

Color Harmonies of #D8A516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A516

Black with #D8A516

Text Example


Text Example

White with #D8A516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A516; }

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

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

background-color css

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

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

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

border-color css

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

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

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