Html Css Color HEX #D9A812 Galliano

📋 copy color: '#D9A812'

red 217 ◦ green 168 ◦ blue 18

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

Shades of Galliano #D9A812

Tints of Galliano #D9A812

RGB

 RED value IS 217 (85.16% from 255) = 53.85%

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

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

R = 53.85%
G = 41.69%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D9A812 (or 0xD9A812) is known color: Galliano. HEX triplet: D9, A8 and 12. RGB value is (217,168,18). Sum of RGB (Red+Green+Blue) = 217+168+18=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A812 is #2657ED. Grayscale: #A6A6A6. Windows color (decimal): -2512878 or 1222873. OLE color: 1222873.

HSL color Cylindrical-coordinate representation of color #D9A812: hue angle of 45.23º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9A812 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 18 -
CMYK 0 0.23 0.92 0.15
HSL 45.23º 0.85% 0.46% -
HSV(B) 45.23º 0.92% 0.85% -
XYZ 42.73 42.8 6.58 -
YUV 165.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 217 168 18 0 0.23 0.92 0.15 45.23 0.85 0.46
Hex D9 A8 12 0 17 5C F 2D 55 2E
Octal 331 250 22 0 27 134 17 55 125 56
Binary 11011001 10101000 10010 0 10111 1011100 1111 101101 1010101 101110

Color Harmonies of #D9A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A812

Black with #D9A812

Text Example


Text Example

White with #D9A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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