Html Css Color HEX #D3A812 Galliano

📋 copy color: '#D3A812'

red 211 ◦ green 168 ◦ blue 18

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

Shades of Galliano #D3A812

Tints of Galliano #D3A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 53.15%
G = 42.32%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3A812 (or 0xD3A812) is known color: Galliano. HEX triplet: D3, A8 and 12. RGB value is (211,168,18). Sum of RGB (Red+Green+Blue) = 211+168+18=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A812 is #2C57ED. Grayscale: #A4A4A4. Windows color (decimal): -2906094 or 1222867. OLE color: 1222867.

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

Color convert

RGB 211 168 18 -
CMYK 0 0.20 0.91 0.17
HSL 46.63º 0.84% 0.45% -
HSV(B) 46.63º 0.91% 0.83% -
XYZ 40.98 41.9 6.5 -
YUV 163.76 45.75 161.7 -
System Red Green Blue C M Y K H S L
Decimal 211 168 18 0 0.20 0.91 0.17 46.63 0.84 0.45
Hex D3 A8 12 0 14 5B 11 2F 54 2D
Octal 323 250 22 0 24 133 21 57 124 55
Binary 11010011 10101000 10010 0 10100 1011011 10001 101111 1010100 101101

Color Harmonies of #D3A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A812

Black with #D3A812

Text Example


Text Example

White with #D3A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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