Html Css Color HEX #D8A818 Galliano

📋 copy color: '#D8A818'

red 216 ◦ green 168 ◦ blue 24

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

Shades of Galliano #D8A818

Tints of Galliano #D8A818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 52.94%
G = 41.18%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8A818 (or 0xD8A818) is known color: Galliano. HEX triplet: D8, A8 and 18. RGB value is (216,168,24). Sum of RGB (Red+Green+Blue) = 216+168+24=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A818 is #2757E7. Grayscale: #A6A6A6. Windows color (decimal): -2578408 or 1616088. OLE color: 1616088.

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

Color convert

RGB 216 168 24 -
CMYK 0 0.22 0.89 0.15
HSL 45º 0.8% 0.47% -
HSV(B) 45º 0.89% 0.85% -
XYZ 42.49 42.67 6.86 -
YUV 165.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 216 168 24 0 0.22 0.89 0.15 45 0.8 0.47
Hex D8 A8 18 0 16 59 F 2D 50 2F
Octal 330 250 30 0 26 131 17 55 120 57
Binary 11011000 10101000 11000 0 10110 1011001 1111 101101 1010000 101111

Color Harmonies of #D8A818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A818

Black with #D8A818

Text Example


Text Example

White with #D8A818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A818; }

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

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

background-color css

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

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

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

border-color css

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

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

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