Html Css Color HEX #D7A810 Galliano

📋 copy color: '#D7A810'

red 215 ◦ green 168 ◦ blue 16

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

Shades of Galliano #D7A810

Tints of Galliano #D7A810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

 BLUE value IS 16 (6.64% from 255) = 4.01%

R = 53.88%
G = 42.11%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7A810 (or 0xD7A810) is known color: Galliano. HEX triplet: D7, A8 and 10. RGB value is (215,168,16). Sum of RGB (Red+Green+Blue) = 215+168+16=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A810 is #2857EF. Grayscale: #A5A5A5. Windows color (decimal): -2643952 or 1091799. OLE color: 1091799.

HSL color Cylindrical-coordinate representation of color #D7A810: hue angle of 45.83º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7A810 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 16 -
CMYK 0 0.22 0.93 0.16
HSL 45.83º 0.86% 0.45% -
HSV(B) 45.83º 0.93% 0.84% -
XYZ 42.12 42.49 6.47 -
YUV 164.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 215 168 16 0 0.22 0.93 0.16 45.83 0.86 0.45
Hex D7 A8 10 0 16 5D 10 2E 56 2D
Octal 327 250 20 0 26 135 20 56 126 55
Binary 11010111 10101000 10000 0 10110 1011101 10000 101110 1010110 101101

Color Harmonies of #D7A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A810

Black with #D7A810

Text Example


Text Example

White with #D7A810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A810; }

 p { color: rgb(215,168,16); }

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

background-color css

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

 a { background-color: rgb(215,168,16); }

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

border-color css

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

 span { border-color: rgb(215,168,16); }

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