Html Css Color HEX #D1A812 Galliano

📋 copy color: '#D1A812'

red 209 ◦ green 168 ◦ blue 18

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

Shades of Galliano #D1A812

Tints of Galliano #D1A812

RGB

 RED value IS 209 (82.03% from 255) = 52.91%

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

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

R = 52.91%
G = 42.53%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D1A812 (or 0xD1A812) is known color: Galliano. HEX triplet: D1, A8 and 12. RGB value is (209,168,18). Sum of RGB (Red+Green+Blue) = 209+168+18=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A812 is #2E57ED. Grayscale: #A3A3A3. Windows color (decimal): -3037166 or 1222865. OLE color: 1222865.

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

Color convert

RGB 209 168 18 -
CMYK 0 0.20 0.91 0.18
HSL 47.12º 0.84% 0.45% -
HSV(B) 47.12º 0.91% 0.82% -
XYZ 40.41 41.6 6.47 -
YUV 163.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 209 168 18 0 0.20 0.91 0.18 47.12 0.84 0.45
Hex D1 A8 12 0 14 5B 12 2F 54 2D
Octal 321 250 22 0 24 133 22 57 124 55
Binary 11010001 10101000 10010 0 10100 1011011 10010 101111 1010100 101101

Color Harmonies of #D1A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A812

Black with #D1A812

Text Example


Text Example

White with #D1A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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