Html Css Color HEX #D3A511 Galliano

📋 copy color: '#D3A511'

red 211 ◦ green 165 ◦ blue 17

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

Shades of Galliano #D3A511

Tints of Galliano #D3A511

RGB

 RED value IS 211 (82.81% from 255) = 53.69%

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

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

R = 53.69%
G = 41.98%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3A511 (or 0xD3A511) is known color: Galliano. HEX triplet: D3, A5 and 11. RGB value is (211,165,17). Sum of RGB (Red+Green+Blue) = 211+165+17=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A511 is #2C5AEE. Grayscale: #A2A2A2. Windows color (decimal): -2906863 or 1156563. OLE color: 1156563.

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

Color convert

RGB 211 165 17 -
CMYK 0 0.22 0.92 0.17
HSL 45.77º 0.85% 0.45% -
HSV(B) 45.77º 0.92% 0.83% -
XYZ 40.42 40.8 6.28 -
YUV 161.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 211 165 17 0 0.22 0.92 0.17 45.77 0.85 0.45
Hex D3 A5 11 0 16 5C 11 2E 55 2D
Octal 323 245 21 0 26 134 21 56 125 55
Binary 11010011 10100101 10001 0 10110 1011100 10001 101110 1010101 101101

Color Harmonies of #D3A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A511

Black with #D3A511

Text Example


Text Example

White with #D3A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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