Html Css Color HEX #D8A619 Galliano

📋 copy color: '#D8A619'

red 216 ◦ green 166 ◦ blue 25

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

Shades of Galliano #D8A619

Tints of Galliano #D8A619

RGB

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

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

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

R = 53.07%
G = 40.79%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8A619 (or 0xD8A619) is known color: Galliano. HEX triplet: D8, A6 and 19. RGB value is (216,166,25). Sum of RGB (Red+Green+Blue) = 216+166+25=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A619 is #2759E6. Grayscale: #A5A5A5. Windows color (decimal): -2578919 or 1681112. OLE color: 1681112.

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

Color convert

RGB 216 166 25 -
CMYK 0 0.23 0.88 0.15
HSL 44.29º 0.79% 0.47% -
HSV(B) 44.29º 0.88% 0.85% -
XYZ 42.13 41.94 6.79 -
YUV 164.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 216 166 25 0 0.23 0.88 0.15 44.29 0.79 0.47
Hex D8 A6 19 0 17 58 F 2C 4F 2F
Octal 330 246 31 0 27 130 17 54 117 57
Binary 11011000 10100110 11001 0 10111 1011000 1111 101100 1001111 101111

Color Harmonies of #D8A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A619

Black with #D8A619

Text Example


Text Example

White with #D8A619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A619; }

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

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

background-color css

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

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

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

border-color css

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

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

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