Html Css Color HEX #D3A610 Galliano

📋 copy color: '#D3A610'

red 211 ◦ green 166 ◦ blue 16

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

Shades of Galliano #D3A610

Tints of Galliano #D3A610

RGB

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

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

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

R = 53.69%
G = 42.24%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3A610 (or 0xD3A610) is known color: Galliano. HEX triplet: D3, A6 and 10. RGB value is (211,166,16). Sum of RGB (Red+Green+Blue) = 211+166+16=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A610 is #2C59EF. Grayscale: #A3A3A3. Windows color (decimal): -2906608 or 1091283. OLE color: 1091283.

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

Color convert

RGB 211 166 16 -
CMYK 0 0.21 0.92 0.17
HSL 46.15º 0.86% 0.45% -
HSV(B) 46.15º 0.92% 0.83% -
XYZ 40.59 41.16 6.3 -
YUV 162.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 211 166 16 0 0.21 0.92 0.17 46.15 0.86 0.45
Hex D3 A6 10 0 15 5C 11 2E 56 2D
Octal 323 246 20 0 25 134 21 56 126 55
Binary 11010011 10100110 10000 0 10101 1011100 10001 101110 1010110 101101

Color Harmonies of #D3A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A610

Black with #D3A610

Text Example


Text Example

White with #D3A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A610; }

 p { color: rgb(211,166,16); }

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

background-color css

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

 a { background-color: rgb(211,166,16); }

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

border-color css

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

 span { border-color: rgb(211,166,16); }

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