Html Css Color HEX #D1A30F Galliano

📋 copy color: '#D1A30F'

red 209 ◦ green 163 ◦ blue 15

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

Shades of Galliano #D1A30F

Tints of Galliano #D1A30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 54.01%
G = 42.12%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1A30F (or 0xD1A30F) is known color: Galliano. HEX triplet: D1, A3 and 0F. RGB value is (209,163,15). Sum of RGB (Red+Green+Blue) = 209+163+15=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A30F is #2E5CF0. Grayscale: #A0A0A0. Windows color (decimal): -3038449 or 1024977. OLE color: 1024977.

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

Color convert

RGB 209 163 15 -
CMYK 0 0.22 0.93 0.18
HSL 45.77º 0.87% 0.44% -
HSV(B) 45.77º 0.93% 0.82% -
XYZ 39.48 39.78 6.05 -
YUV 159.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 209 163 15 0 0.22 0.93 0.18 45.77 0.87 0.44
Hex D1 A3 F 0 16 5D 12 2E 57 2C
Octal 321 243 17 0 26 135 22 56 127 54
Binary 11010001 10100011 1111 0 10110 1011101 10010 101110 1010111 101100

Color Harmonies of #D1A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A30F

Black with #D1A30F

Text Example


Text Example

White with #D1A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A30F; }

 p { color: rgb(209,163,15); }

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

background-color css

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

 a { background-color: rgb(209,163,15); }

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

border-color css

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

 span { border-color: rgb(209,163,15); }

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