Html Css Color HEX #D1AC1B Galliano

📋 copy color: '#D1AC1B'

red 209 ◦ green 172 ◦ blue 27

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

Shades of Galliano #D1AC1B

Tints of Galliano #D1AC1B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 27 (10.94% from 255) = 6.62%

R = 51.23%
G = 42.16%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1AC1B (or 0xD1AC1B) is known color: Galliano. HEX triplet: D1, AC and 1B. RGB value is (209,172,27). Sum of RGB (Red+Green+Blue) = 209+172+27=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC1B is #2E53E4. Grayscale: #A7A7A7. Windows color (decimal): -3036133 or 1813713. OLE color: 1813713.

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

Color convert

RGB 209 172 27 -
CMYK 0 0.18 0.87 0.18
HSL 47.8º 0.77% 0.46% -
HSV(B) 47.8º 0.87% 0.82% -
XYZ 41.24 43.14 7.19 -
YUV 166.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 209 172 27 0 0.18 0.87 0.18 47.8 0.77 0.46
Hex D1 AC 1B 0 12 57 12 30 4D 2E
Octal 321 254 33 0 22 127 22 60 115 56
Binary 11010001 10101100 11011 0 10010 1010111 10010 110000 1001101 101110

Color Harmonies of #D1AC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC1B

Black with #D1AC1B

Text Example


Text Example

White with #D1AC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC1B; }

 p { color: rgb(209,172,27); }

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

background-color css

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

 a { background-color: rgb(209,172,27); }

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

border-color css

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

 span { border-color: rgb(209,172,27); }

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