Html Css Color HEX #D7A61A Galliano

📋 copy color: '#D7A61A'

red 215 ◦ green 166 ◦ blue 26

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

Shades of Galliano #D7A61A

Tints of Galliano #D7A61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 52.83%
G = 40.79%
B = 6.39%

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

#D7A61A (or 0xD7A61A) is known color: Galliano. HEX triplet: D7, A6 and 1A. RGB value is (215,166,26). Sum of RGB (Red+Green+Blue) = 215+166+26=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A61A is #2859E5. Grayscale: #A5A5A5. Windows color (decimal): -2644454 or 1746647. OLE color: 1746647.

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

Color convert

RGB 215 166 26 -
CMYK 0 0.23 0.88 0.16
HSL 44.44º 0.78% 0.47% -
HSV(B) 44.44º 0.88% 0.84% -
XYZ 41.85 41.79 6.84 -
YUV 164.69 49.73 163.88 -
System Red Green Blue C M Y K H S L
Decimal 215 166 26 0 0.23 0.88 0.16 44.44 0.78 0.47
Hex D7 A6 1A 0 17 58 10 2C 4E 2F
Octal 327 246 32 0 27 130 20 54 116 57
Binary 11010111 10100110 11010 0 10111 1011000 10000 101100 1001110 101111

Color Harmonies of #D7A61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A61A

Black with #D7A61A

Text Example


Text Example

White with #D7A61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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