Html Css Color HEX #D1A90C Galliano

📋 copy color: '#D1A90C'

red 209 ◦ green 169 ◦ blue 12

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

Shades of Galliano #D1A90C

Tints of Galliano #D1A90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.33%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 53.59%
G = 43.33%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1A90C (or 0xD1A90C) is known color: Galliano. HEX triplet: D1, A9 and 0C. RGB value is (209,169,12). Sum of RGB (Red+Green+Blue) = 209+169+12=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A90C is #2E56F3. Grayscale: #A3A3A3. Windows color (decimal): -3036916 or 829905. OLE color: 829905.

HSL color Cylindrical-coordinate representation of color #D1A90C: hue angle of 47.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1A90C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 169 12 -
CMYK 0 0.19 0.94 0.18
HSL 47.82º 0.89% 0.43% -
HSV(B) 47.82º 0.94% 0.82% -
XYZ 40.55 41.96 6.31 -
YUV 163.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 209 169 12 0 0.19 0.94 0.18 47.82 0.89 0.43
Hex D1 A9 C 0 13 5E 12 30 59 2B
Octal 321 251 14 0 23 136 22 60 131 53
Binary 11010001 10101001 1100 0 10011 1011110 10010 110000 1011001 101011

Color Harmonies of #D1A90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A90C

Black with #D1A90C

Text Example


Text Example

White with #D1A90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A90C; }

 p { color: rgb(209,169,12); }

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

background-color css

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

 a { background-color: rgb(209,169,12); }

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

border-color css

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

 span { border-color: rgb(209,169,12); }

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