Html Css Color HEX #D8A816 Galliano

📋 copy color: '#D8A816'

red 216 ◦ green 168 ◦ blue 22

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

Shades of Galliano #D8A816

Tints of Galliano #D8A816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 53.2%
G = 41.38%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A816 (or 0xD8A816) is known color: Galliano. HEX triplet: D8, A8 and 16. RGB value is (216,168,22). Sum of RGB (Red+Green+Blue) = 216+168+22=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A816 is #2757E9. Grayscale: #A6A6A6. Windows color (decimal): -2578410 or 1485016. OLE color: 1485016.

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

Color convert

RGB 216 168 22 -
CMYK 0 0.22 0.90 0.15
HSL 45.15º 0.82% 0.47% -
HSV(B) 45.15º 0.9% 0.85% -
XYZ 42.47 42.66 6.76 -
YUV 165.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 216 168 22 0 0.22 0.90 0.15 45.15 0.82 0.47
Hex D8 A8 16 0 16 5A F 2D 52 2F
Octal 330 250 26 0 26 132 17 55 122 57
Binary 11011000 10101000 10110 0 10110 1011010 1111 101101 1010010 101111

Color Harmonies of #D8A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A816

Black with #D8A816

Text Example


Text Example

White with #D8A816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A816; }

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

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

background-color css

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

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

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

border-color css

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

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

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