Html Css Color HEX #D3A512 Galliano

📋 copy color: '#D3A512'

red 211 ◦ green 165 ◦ blue 18

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

Shades of Galliano #D3A512

Tints of Galliano #D3A512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 53.55%
G = 41.88%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3A512 (or 0xD3A512) is known color: Galliano. HEX triplet: D3, A5 and 12. RGB value is (211,165,18). Sum of RGB (Red+Green+Blue) = 211+165+18=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A512 is #2C5AED. Grayscale: #A2A2A2. Windows color (decimal): -2906862 or 1222099. OLE color: 1222099.

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

Color convert

RGB 211 165 18 -
CMYK 0 0.22 0.91 0.17
HSL 45.7º 0.84% 0.45% -
HSV(B) 45.7º 0.91% 0.83% -
XYZ 40.43 40.8 6.32 -
YUV 162 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 211 165 18 0 0.22 0.91 0.17 45.7 0.84 0.45
Hex D3 A5 12 0 16 5B 11 2E 54 2D
Octal 323 245 22 0 26 133 21 56 124 55
Binary 11010011 10100101 10010 0 10110 1011011 10001 101110 1010100 101101

Color Harmonies of #D3A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A512

Black with #D3A512

Text Example


Text Example

White with #D3A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A512; }

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

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

background-color css

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

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

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

border-color css

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

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

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