Html Css Color HEX #D1AF1E Galliano

📋 copy color: '#D1AF1E'

red 209 ◦ green 175 ◦ blue 30

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

Shades of Galliano #D1AF1E

Tints of Galliano #D1AF1E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 50.48%
G = 42.27%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1AF1E (or 0xD1AF1E) is known color: Galliano. HEX triplet: D1, AF and 1E. RGB value is (209,175,30). Sum of RGB (Red+Green+Blue) = 209+175+30=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF1E is #2E50E1. Grayscale: #A9A9A9. Windows color (decimal): -3035362 or 2011089. OLE color: 2011089.

HSL color Cylindrical-coordinate representation of color #D1AF1E: hue angle of 48.6º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1AF1E is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 30 -
CMYK 0 0.16 0.86 0.18
HSL 48.6º 0.75% 0.47% -
HSV(B) 48.6º 0.86% 0.82% -
XYZ 41.86 44.31 7.57 -
YUV 168.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 209 175 30 0 0.16 0.86 0.18 48.6 0.75 0.47
Hex D1 AF 1E 0 10 56 12 31 4B 2F
Octal 321 257 36 0 20 126 22 61 113 57
Binary 11010001 10101111 11110 0 10000 1010110 10010 110001 1001011 101111

Color Harmonies of #D1AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF1E

Black with #D1AF1E

Text Example


Text Example

White with #D1AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF1E; }

 p { color: rgb(209,175,30); }

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

background-color css

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

 a { background-color: rgb(209,175,30); }

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

border-color css

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

 span { border-color: rgb(209,175,30); }

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