Html Css Color HEX #D7A511 Galliano

📋 copy color: '#D7A511'

red 215 ◦ green 165 ◦ blue 17

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

Shades of Galliano #D7A511

Tints of Galliano #D7A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 54.16%
G = 41.56%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7A511 (or 0xD7A511) is known color: Galliano. HEX triplet: D7, A5 and 11. RGB value is (215,165,17). Sum of RGB (Red+Green+Blue) = 215+165+17=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A511 is #285AEE. Grayscale: #A3A3A3. Windows color (decimal): -2644719 or 1156567. OLE color: 1156567.

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

Color convert

RGB 215 165 17 -
CMYK 0 0.23 0.92 0.16
HSL 44.85º 0.85% 0.45% -
HSV(B) 44.85º 0.92% 0.84% -
XYZ 41.58 41.4 6.33 -
YUV 163.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 215 165 17 0 0.23 0.92 0.16 44.85 0.85 0.45
Hex D7 A5 11 0 17 5C 10 2D 55 2D
Octal 327 245 21 0 27 134 20 55 125 55
Binary 11010111 10100101 10001 0 10111 1011100 10000 101101 1010101 101101

Color Harmonies of #D7A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A511

Black with #D7A511

Text Example


Text Example

White with #D7A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A511; }

 p { color: rgb(215,165,17); }

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

background-color css

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

 a { background-color: rgb(215,165,17); }

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

border-color css

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

 span { border-color: rgb(215,165,17); }

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