Html Css Color HEX #D8A819 Galliano

📋 copy color: '#D8A819'

red 216 ◦ green 168 ◦ blue 25

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

Shades of Galliano #D8A819

Tints of Galliano #D8A819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 52.81%
G = 41.08%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8A819 (or 0xD8A819) is known color: Galliano. HEX triplet: D8, A8 and 19. RGB value is (216,168,25). Sum of RGB (Red+Green+Blue) = 216+168+25=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A819 is #2757E6. Grayscale: #A6A6A6. Windows color (decimal): -2578407 or 1681624. OLE color: 1681624.

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

Color convert

RGB 216 168 25 -
CMYK 0 0.22 0.88 0.15
HSL 44.92º 0.79% 0.47% -
HSV(B) 44.92º 0.88% 0.85% -
XYZ 42.5 42.67 6.92 -
YUV 166.05 48.4 163.63 -
System Red Green Blue C M Y K H S L
Decimal 216 168 25 0 0.22 0.88 0.15 44.92 0.79 0.47
Hex D8 A8 19 0 16 58 F 2D 4F 2F
Octal 330 250 31 0 26 130 17 55 117 57
Binary 11011000 10101000 11001 0 10110 1011000 1111 101101 1001111 101111

Color Harmonies of #D8A819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A819

Black with #D8A819

Text Example


Text Example

White with #D8A819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A819; }

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

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

background-color css

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

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

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

border-color css

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

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

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