Html Css Color HEX #D1A70C Galliano

📋 copy color: '#D1A70C'

red 209 ◦ green 167 ◦ blue 12

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

Shades of Galliano #D1A70C

Tints of Galliano #D1A70C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.04%

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

R = 53.87%
G = 43.04%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1A70C (or 0xD1A70C) is known color: Galliano. HEX triplet: D1, A7 and 0C. RGB value is (209,167,12). Sum of RGB (Red+Green+Blue) = 209+167+12=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A70C is #2E58F3. Grayscale: #A2A2A2. Windows color (decimal): -3037428 or 829393. OLE color: 829393.

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

Color convert

RGB 209 167 12 -
CMYK 0 0.20 0.94 0.18
HSL 47.21º 0.89% 0.43% -
HSV(B) 47.21º 0.94% 0.82% -
XYZ 40.18 41.22 6.19 -
YUV 161.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 209 167 12 0 0.20 0.94 0.18 47.21 0.89 0.43
Hex D1 A7 C 0 14 5E 12 2F 59 2B
Octal 321 247 14 0 24 136 22 57 131 53
Binary 11010001 10100111 1100 0 10100 1011110 10010 101111 1011001 101011

Color Harmonies of #D1A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A70C

Black with #D1A70C

Text Example


Text Example

White with #D1A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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