Html Css Color HEX #D7A617 Galliano

📋 copy color: '#D7A617'

red 215 ◦ green 166 ◦ blue 23

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

Shades of Galliano #D7A617

Tints of Galliano #D7A617

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 53.22%
G = 41.09%
B = 5.69%

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

#D7A617 (or 0xD7A617) is known color: Galliano. HEX triplet: D7, A6 and 17. RGB value is (215,166,23). Sum of RGB (Red+Green+Blue) = 215+166+23=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A617 is #2859E8. Grayscale: #A4A4A4. Windows color (decimal): -2644457 or 1550039. OLE color: 1550039.

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

Color convert

RGB 215 166 23 -
CMYK 0 0.23 0.89 0.16
HSL 44.69º 0.81% 0.47% -
HSV(B) 44.69º 0.89% 0.84% -
XYZ 41.82 41.78 6.67 -
YUV 164.35 48.23 164.13 -
System Red Green Blue C M Y K H S L
Decimal 215 166 23 0 0.23 0.89 0.16 44.69 0.81 0.47
Hex D7 A6 17 0 17 59 10 2D 51 2F
Octal 327 246 27 0 27 131 20 55 121 57
Binary 11010111 10100110 10111 0 10111 1011001 10000 101101 1010001 101111

Color Harmonies of #D7A617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A617

Black with #D7A617

Text Example


Text Example

White with #D7A617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A617; }

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

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

background-color css

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

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

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

border-color css

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

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

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