Html Css Color HEX #D7A619 Galliano

📋 copy color: '#D7A619'

red 215 ◦ green 166 ◦ blue 25

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

Shades of Galliano #D7A619

Tints of Galliano #D7A619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.16%

R = 52.96%
G = 40.89%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7A619 (or 0xD7A619) is known color: Galliano. HEX triplet: D7, A6 and 19. RGB value is (215,166,25). Sum of RGB (Red+Green+Blue) = 215+166+25=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A619 is #2859E6. Grayscale: #A5A5A5. Windows color (decimal): -2644455 or 1681111. OLE color: 1681111.

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

Color convert

RGB 215 166 25 -
CMYK 0 0.23 0.88 0.16
HSL 44.53º 0.79% 0.47% -
HSV(B) 44.53º 0.88% 0.84% -
XYZ 41.84 41.79 6.78 -
YUV 164.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 215 166 25 0 0.23 0.88 0.16 44.53 0.79 0.47
Hex D7 A6 19 0 17 58 10 2D 4F 2F
Octal 327 246 31 0 27 130 20 55 117 57
Binary 11010111 10100110 11001 0 10111 1011000 10000 101101 1001111 101111

Color Harmonies of #D7A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A619

Black with #D7A619

Text Example


Text Example

White with #D7A619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A619; }

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

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

background-color css

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

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

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

border-color css

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

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

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