Html Css Color HEX #D7A618 Galliano

📋 copy color: '#D7A618'

red 215 ◦ green 166 ◦ blue 24

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

Shades of Galliano #D7A618

Tints of Galliano #D7A618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.93%

R = 53.09%
G = 40.99%
B = 5.93%

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

#D7A618 (or 0xD7A618) is known color: Galliano. HEX triplet: D7, A6 and 18. RGB value is (215,166,24). Sum of RGB (Red+Green+Blue) = 215+166+24=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A618 is #2859E7. Grayscale: #A5A5A5. Windows color (decimal): -2644456 or 1615575. OLE color: 1615575.

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

Color convert

RGB 215 166 24 -
CMYK 0 0.23 0.89 0.16
HSL 44.61º 0.8% 0.47% -
HSV(B) 44.61º 0.89% 0.84% -
XYZ 41.83 41.79 6.73 -
YUV 164.46 48.73 164.05 -
System Red Green Blue C M Y K H S L
Decimal 215 166 24 0 0.23 0.89 0.16 44.61 0.8 0.47
Hex D7 A6 18 0 17 59 10 2D 50 2F
Octal 327 246 30 0 27 131 20 55 120 57
Binary 11010111 10100110 11000 0 10111 1011001 10000 101101 1010000 101111

Color Harmonies of #D7A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A618

Black with #D7A618

Text Example


Text Example

White with #D7A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A618; }

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

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

background-color css

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

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

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

border-color css

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

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

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