Html Css Color HEX #D7A717 Galliano

📋 copy color: '#D7A717'

red 215 ◦ green 167 ◦ blue 23

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

Shades of Galliano #D7A717

Tints of Galliano #D7A717

RGB

 RED value IS 215 (84.38% from 255) = 53.09%

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

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

R = 53.09%
G = 41.23%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7A717 (or 0xD7A717) is known color: Galliano. HEX triplet: D7, A7 and 17. RGB value is (215,167,23). Sum of RGB (Red+Green+Blue) = 215+167+23=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A717 is #2858E8. Grayscale: #A5A5A5. Windows color (decimal): -2644201 or 1550295. OLE color: 1550295.

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

Color convert

RGB 215 167 23 -
CMYK 0 0.22 0.89 0.16
HSL 45º 0.81% 0.47% -
HSV(B) 45º 0.89% 0.84% -
XYZ 42 42.15 6.73 -
YUV 164.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 215 167 23 0 0.22 0.89 0.16 45 0.81 0.47
Hex D7 A7 17 0 16 59 10 2D 51 2F
Octal 327 247 27 0 26 131 20 55 121 57
Binary 11010111 10100111 10111 0 10110 1011001 10000 101101 1010001 101111

Color Harmonies of #D7A717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A717

Black with #D7A717

Text Example


Text Example

White with #D7A717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A717; }

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

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

background-color css

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

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

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

border-color css

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

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

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