Html Css Color HEX #D8A718 Galliano

📋 copy color: '#D8A718'

red 216 ◦ green 167 ◦ blue 24

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

Shades of Galliano #D8A718

Tints of Galliano #D8A718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.03%

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

R = 53.07%
G = 41.03%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8A718 (or 0xD8A718) is known color: Galliano. HEX triplet: D8, A7 and 18. RGB value is (216,167,24). Sum of RGB (Red+Green+Blue) = 216+167+24=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A718 is #2758E7. Grayscale: #A5A5A5. Windows color (decimal): -2578664 or 1615832. OLE color: 1615832.

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

Color convert

RGB 216 167 24 -
CMYK 0 0.23 0.89 0.15
HSL 44.69º 0.8% 0.47% -
HSV(B) 44.69º 0.89% 0.85% -
XYZ 42.3 42.3 6.8 -
YUV 165.35 48.23 164.13 -
System Red Green Blue C M Y K H S L
Decimal 216 167 24 0 0.23 0.89 0.15 44.69 0.8 0.47
Hex D8 A7 18 0 17 59 F 2D 50 2F
Octal 330 247 30 0 27 131 17 55 120 57
Binary 11011000 10100111 11000 0 10111 1011001 1111 101101 1010000 101111

Color Harmonies of #D8A718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A718

Black with #D8A718

Text Example


Text Example

White with #D8A718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A718; }

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

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

background-color css

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

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

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

border-color css

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

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

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