Html Css Color HEX #D3A911 Galliano

📋 copy color: '#D3A911'

red 211 ◦ green 169 ◦ blue 17

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

Shades of Galliano #D3A911

Tints of Galliano #D3A911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

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

R = 53.15%
G = 42.57%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3A911 (or 0xD3A911) is known color: Galliano. HEX triplet: D3, A9 and 11. RGB value is (211,169,17). Sum of RGB (Red+Green+Blue) = 211+169+17=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A911 is #2C56EE. Grayscale: #A4A4A4. Windows color (decimal): -2905839 or 1157587. OLE color: 1157587.

HSL color Cylindrical-coordinate representation of color #D3A911: hue angle of 47.01º 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 #D3A911 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 169 17 -
CMYK 0 0.20 0.92 0.17
HSL 47.01º 0.85% 0.45% -
HSV(B) 47.01º 0.92% 0.83% -
XYZ 41.15 42.27 6.52 -
YUV 164.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 211 169 17 0 0.20 0.92 0.17 47.01 0.85 0.45
Hex D3 A9 11 0 14 5C 11 2F 55 2D
Octal 323 251 21 0 24 134 21 57 125 55
Binary 11010011 10101001 10001 0 10100 1011100 10001 101111 1010101 101101

Color Harmonies of #D3A911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A911

Black with #D3A911

Text Example


Text Example

White with #D3A911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A911; }

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

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

background-color css

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

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

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

border-color css

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

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

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