Html Css Color HEX #D4AE1E Galliano

📋 copy color: '#D4AE1E'

red 212 ◦ green 174 ◦ blue 30

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

Shades of Galliano #D4AE1E

Tints of Galliano #D4AE1E

RGB

 RED value IS 212 (83.2% from 255) = 50.96%

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

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

R = 50.96%
G = 41.83%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4AE1E (or 0xD4AE1E) is known color: Galliano. HEX triplet: D4, AE and 1E. RGB value is (212,174,30). Sum of RGB (Red+Green+Blue) = 212+174+30=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AE1E is #2B51E1. Grayscale: #A9A9A9. Windows color (decimal): -2839010 or 2010836. OLE color: 2010836.

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

Color convert

RGB 212 174 30 -
CMYK 0 0.18 0.86 0.17
HSL 47.47º 0.75% 0.47% -
HSV(B) 47.47º 0.86% 0.83% -
XYZ 42.52 44.36 7.55 -
YUV 168.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 212 174 30 0 0.18 0.86 0.17 47.47 0.75 0.47
Hex D4 AE 1E 0 12 56 11 2F 4B 2F
Octal 324 256 36 0 22 126 21 57 113 57
Binary 11010100 10101110 11110 0 10010 1010110 10001 101111 1001011 101111

Color Harmonies of #D4AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE1E

Black with #D4AE1E

Text Example


Text Example

White with #D4AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE1E; }

 p { color: rgb(212,174,30); }

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

background-color css

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

 a { background-color: rgb(212,174,30); }

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

border-color css

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

 span { border-color: rgb(212,174,30); }

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