Html Css Color HEX #D1A70D Galliano

📋 copy color: '#D1A70D'

red 209 ◦ green 167 ◦ blue 13

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

Shades of Galliano #D1A70D

Tints of Galliano #D1A70D

RGB

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

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

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

R = 53.73%
G = 42.93%
B = 3.34%

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

#D1A70D (or 0xD1A70D) is known color: Galliano. HEX triplet: D1, A7 and 0D. RGB value is (209,167,13). Sum of RGB (Red+Green+Blue) = 209+167+13=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A70D is #2E58F2. Grayscale: #A2A2A2. Windows color (decimal): -3037427 or 894929. OLE color: 894929.

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

Color convert

RGB 209 167 13 -
CMYK 0 0.20 0.94 0.18
HSL 47.14º 0.88% 0.44% -
HSV(B) 47.14º 0.94% 0.82% -
XYZ 40.19 41.22 6.22 -
YUV 162 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 209 167 13 0 0.20 0.94 0.18 47.14 0.88 0.44
Hex D1 A7 D 0 14 5E 12 2F 58 2C
Octal 321 247 15 0 24 136 22 57 130 54
Binary 11010001 10100111 1101 0 10100 1011110 10010 101111 1011000 101100

Color Harmonies of #D1A70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A70D

Black with #D1A70D

Text Example


Text Example

White with #D1A70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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