Html Css Color HEX #D7A517 Galliano

📋 copy color: '#D7A517'

red 215 ◦ green 165 ◦ blue 23

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

Shades of Galliano #D7A517

Tints of Galliano #D7A517

RGB

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

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

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

R = 53.35%
G = 40.94%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7A517 (or 0xD7A517) is known color: Galliano. HEX triplet: D7, A5 and 17. RGB value is (215,165,23). Sum of RGB (Red+Green+Blue) = 215+165+23=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A517 is #285AE8. Grayscale: #A4A4A4. Windows color (decimal): -2644713 or 1549783. OLE color: 1549783.

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

Color convert

RGB 215 165 23 -
CMYK 0 0.23 0.89 0.16
HSL 44.38º 0.81% 0.47% -
HSV(B) 44.38º 0.89% 0.84% -
XYZ 41.63 41.42 6.61 -
YUV 163.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 215 165 23 0 0.23 0.89 0.16 44.38 0.81 0.47
Hex D7 A5 17 0 17 59 10 2C 51 2F
Octal 327 245 27 0 27 131 20 54 121 57
Binary 11010111 10100101 10111 0 10111 1011001 10000 101100 1010001 101111

Color Harmonies of #D7A517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A517

Black with #D7A517

Text Example


Text Example

White with #D7A517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A517; }

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

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

background-color css

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

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

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

border-color css

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

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

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