Html Css Color HEX #D6AE18 Galliano

📋 copy color: '#D6AE18'

red 214 ◦ green 174 ◦ blue 24

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

Shades of Galliano #D6AE18

Tints of Galliano #D6AE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.83%

R = 51.94%
G = 42.23%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6AE18 (or 0xD6AE18) is known color: Galliano. HEX triplet: D6, AE and 18. RGB value is (214,174,24). Sum of RGB (Red+Green+Blue) = 214+174+24=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AE18 is #2951E7. Grayscale: #A9A9A9. Windows color (decimal): -2707944 or 1617622. OLE color: 1617622.

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

Color convert

RGB 214 174 24 -
CMYK 0 0.19 0.89 0.16
HSL 47.37º 0.8% 0.47% -
HSV(B) 47.37º 0.89% 0.84% -
XYZ 43.03 44.63 7.21 -
YUV 168.86 46.25 160.2 -
System Red Green Blue C M Y K H S L
Decimal 214 174 24 0 0.19 0.89 0.16 47.37 0.8 0.47
Hex D6 AE 18 0 13 59 10 2F 50 2F
Octal 326 256 30 0 23 131 20 57 120 57
Binary 11010110 10101110 11000 0 10011 1011001 10000 101111 1010000 101111

Color Harmonies of #D6AE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE18

Black with #D6AE18

Text Example


Text Example

White with #D6AE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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