Html Css Color HEX #D6AE14 Galliano

📋 copy color: '#D6AE14'

red 214 ◦ green 174 ◦ blue 20

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

Shades of Galliano #D6AE14

Tints of Galliano #D6AE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 52.45%
G = 42.65%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6AE14 (or 0xD6AE14) is known color: Galliano. HEX triplet: D6, AE and 14. RGB value is (214,174,20). Sum of RGB (Red+Green+Blue) = 214+174+20=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AE14 is #2951EB. Grayscale: #A9A9A9. Windows color (decimal): -2707948 or 1355478. OLE color: 1355478.

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

Color convert

RGB 214 174 20 -
CMYK 0 0.19 0.91 0.16
HSL 47.63º 0.83% 0.46% -
HSV(B) 47.63º 0.91% 0.84% -
XYZ 42.99 44.62 7.01 -
YUV 168.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 214 174 20 0 0.19 0.91 0.16 47.63 0.83 0.46
Hex D6 AE 14 0 13 5B 10 30 53 2E
Octal 326 256 24 0 23 133 20 60 123 56
Binary 11010110 10101110 10100 0 10011 1011011 10000 110000 1010011 101110

Color Harmonies of #D6AE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE14

Black with #D6AE14

Text Example


Text Example

White with #D6AE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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