Html Css Color HEX #D8A717 Galliano

📋 copy color: '#D8A717'

red 216 ◦ green 167 ◦ blue 23

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

Shades of Galliano #D8A717

Tints of Galliano #D8A717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.67%

R = 53.2%
G = 41.13%
B = 5.67%

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

#D8A717 (or 0xD8A717) is known color: Galliano. HEX triplet: D8, A7 and 17. RGB value is (216,167,23). Sum of RGB (Red+Green+Blue) = 216+167+23=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A717 is #2758E8. Grayscale: #A5A5A5. Windows color (decimal): -2578665 or 1550296. OLE color: 1550296.

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

Color convert

RGB 216 167 23 -
CMYK 0 0.23 0.89 0.15
HSL 44.77º 0.81% 0.47% -
HSV(B) 44.77º 0.89% 0.85% -
XYZ 42.29 42.3 6.75 -
YUV 165.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 216 167 23 0 0.23 0.89 0.15 44.77 0.81 0.47
Hex D8 A7 17 0 17 59 F 2D 51 2F
Octal 330 247 27 0 27 131 17 55 121 57
Binary 11011000 10100111 10111 0 10111 1011001 1111 101101 1010001 101111

Color Harmonies of #D8A717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A717

Black with #D8A717

Text Example


Text Example

White with #D8A717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A717; }

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

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

background-color css

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

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

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

border-color css

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

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

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