Html Css Color HEX #D8A810 Galliano

📋 copy color: '#D8A810'

red 216 ◦ green 168 ◦ blue 16

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

Shades of Galliano #D8A810

Tints of Galliano #D8A810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4%

R = 54%
G = 42%
B = 4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8A810 (or 0xD8A810) is known color: Galliano. HEX triplet: D8, A8 and 10. RGB value is (216,168,16). Sum of RGB (Red+Green+Blue) = 216+168+16=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A810 is #2757EF. Grayscale: #A5A5A5. Windows color (decimal): -2578416 or 1091800. OLE color: 1091800.

HSL color Cylindrical-coordinate representation of color #D8A810: hue angle of 45.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8A810 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 16 -
CMYK 0 0.22 0.93 0.15
HSL 45.6º 0.86% 0.45% -
HSV(B) 45.6º 0.93% 0.85% -
XYZ 42.42 42.64 6.49 -
YUV 165.02 43.9 164.36 -
System Red Green Blue C M Y K H S L
Decimal 216 168 16 0 0.22 0.93 0.15 45.6 0.86 0.45
Hex D8 A8 10 0 16 5D F 2E 56 2D
Octal 330 250 20 0 26 135 17 56 126 55
Binary 11011000 10101000 10000 0 10110 1011101 1111 101110 1010110 101101

Color Harmonies of #D8A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A810

Black with #D8A810

Text Example


Text Example

White with #D8A810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A810; }

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

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

background-color css

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

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

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

border-color css

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

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

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