Html Css Color HEX #D1A90D Galliano

📋 copy color: '#D1A90D'

red 209 ◦ green 169 ◦ blue 13

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

Shades of Galliano #D1A90D

Tints of Galliano #D1A90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 53.45%
G = 43.22%
B = 3.32%

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

#D1A90D (or 0xD1A90D) is known color: Galliano. HEX triplet: D1, A9 and 0D. RGB value is (209,169,13). Sum of RGB (Red+Green+Blue) = 209+169+13=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A90D is #2E56F2. Grayscale: #A3A3A3. Windows color (decimal): -3036915 or 895441. OLE color: 895441.

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

Color convert

RGB 209 169 13 -
CMYK 0 0.19 0.94 0.18
HSL 47.76º 0.88% 0.44% -
HSV(B) 47.76º 0.94% 0.82% -
XYZ 40.56 41.96 6.34 -
YUV 163.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 209 169 13 0 0.19 0.94 0.18 47.76 0.88 0.44
Hex D1 A9 D 0 13 5E 12 30 58 2C
Octal 321 251 15 0 23 136 22 60 130 54
Binary 11010001 10101001 1101 0 10011 1011110 10010 110000 1011000 101100

Color Harmonies of #D1A90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A90D

Black with #D1A90D

Text Example


Text Example

White with #D1A90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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