Html Css Color HEX #D8A119 Galliano

📋 copy color: '#D8A119'

red 216 ◦ green 161 ◦ blue 25

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

Shades of Galliano #D8A119

Tints of Galliano #D8A119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

 BLUE value IS 25 (10.16% from 255) = 6.22%

R = 53.73%
G = 40.05%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8A119 (or 0xD8A119) is known color: Galliano. HEX triplet: D8, A1 and 19. RGB value is (216,161,25). Sum of RGB (Red+Green+Blue) = 216+161+25=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A119 is #275EE6. Grayscale: #A2A2A2. Windows color (decimal): -2580199 or 1679832. OLE color: 1679832.

HSL color Cylindrical-coordinate representation of color #D8A119: hue angle of 42.72º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8A119 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 25 -
CMYK 0 0.25 0.88 0.15
HSL 42.72º 0.79% 0.47% -
HSV(B) 42.72º 0.88% 0.85% -
XYZ 41.24 40.16 6.5 -
YUV 161.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 216 161 25 0 0.25 0.88 0.15 42.72 0.79 0.47
Hex D8 A1 19 0 19 58 F 2B 4F 2F
Octal 330 241 31 0 31 130 17 53 117 57
Binary 11011000 10100001 11001 0 11001 1011000 1111 101011 1001111 101111

Color Harmonies of #D8A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A119

Black with #D8A119

Text Example


Text Example

White with #D8A119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A119; }

 p { color: rgb(216,161,25); }

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

background-color css

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

 a { background-color: rgb(216,161,25); }

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

border-color css

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

 span { border-color: rgb(216,161,25); }

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