Html Css Color HEX #D6AE1C Galliano

📋 copy color: '#D6AE1C'

red 214 ◦ green 174 ◦ blue 28

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

Shades of Galliano #D6AE1C

Tints of Galliano #D6AE1C

RGB

 RED value IS 214 (83.98% from 255) = 51.44%

 GREEN value IS 174 (68.36% from 255) = 41.83%

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 51.44%
G = 41.83%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6AE1C (or 0xD6AE1C) is known color: Galliano. HEX triplet: D6, AE and 1C. RGB value is (214,174,28). Sum of RGB (Red+Green+Blue) = 214+174+28=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AE1C is #2951E3. Grayscale: #A9A9A9. Windows color (decimal): -2707940 or 1879766. OLE color: 1879766.

HSL color Cylindrical-coordinate representation of color #D6AE1C: hue angle of 47.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6AE1C is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 28 -
CMYK 0 0.19 0.87 0.16
HSL 47.1º 0.77% 0.47% -
HSV(B) 47.1º 0.87% 0.84% -
XYZ 43.08 44.65 7.45 -
YUV 169.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 214 174 28 0 0.19 0.87 0.16 47.1 0.77 0.47
Hex D6 AE 1C 0 13 57 10 2F 4D 2F
Octal 326 256 34 0 23 127 20 57 115 57
Binary 11010110 10101110 11100 0 10011 1010111 10000 101111 1001101 101111

Color Harmonies of #D6AE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE1C

Black with #D6AE1C

Text Example


Text Example

White with #D6AE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE1C; }

 p { color: rgb(214,174,28); }

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

background-color css

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

 a { background-color: rgb(214,174,28); }

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

border-color css

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

 span { border-color: rgb(214,174,28); }

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