Html Css Color HEX #D8A517 Galliano

📋 copy color: '#D8A517'

red 216 ◦ green 165 ◦ blue 23

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

Shades of Galliano #D8A517

Tints of Galliano #D8A517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 53.47%
G = 40.84%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8A517 (or 0xD8A517) is known color: Galliano. HEX triplet: D8, A5 and 17. RGB value is (216,165,23). Sum of RGB (Red+Green+Blue) = 216+165+23=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A517 is #275AE8. Grayscale: #A4A4A4. Windows color (decimal): -2579177 or 1549784. OLE color: 1549784.

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

Color convert

RGB 216 165 23 -
CMYK 0 0.24 0.89 0.15
HSL 44.15º 0.81% 0.47% -
HSV(B) 44.15º 0.89% 0.85% -
XYZ 41.93 41.57 6.62 -
YUV 164.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 216 165 23 0 0.24 0.89 0.15 44.15 0.81 0.47
Hex D8 A5 17 0 18 59 F 2C 51 2F
Octal 330 245 27 0 30 131 17 54 121 57
Binary 11011000 10100101 10111 0 11000 1011001 1111 101100 1010001 101111

Color Harmonies of #D8A517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A517

Black with #D8A517

Text Example


Text Example

White with #D8A517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A517; }

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

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

background-color css

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

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

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

border-color css

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

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

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