Html Css Color HEX #D4A412 Galliano

📋 copy color: '#D4A412'

red 212 ◦ green 164 ◦ blue 18

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

Shades of Galliano #D4A412

Tints of Galliano #D4A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 53.81%
G = 41.62%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4A412 (or 0xD4A412) is known color: Galliano. HEX triplet: D4, A4 and 12. RGB value is (212,164,18). Sum of RGB (Red+Green+Blue) = 212+164+18=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A412 is #2B5BED. Grayscale: #A2A2A2. Windows color (decimal): -2841582 or 1221844. OLE color: 1221844.

HSL color Cylindrical-coordinate representation of color #D4A412: hue angle of 45.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4A412 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 18 -
CMYK 0 0.23 0.92 0.17
HSL 45.15º 0.84% 0.45% -
HSV(B) 45.15º 0.92% 0.83% -
XYZ 40.54 40.59 6.27 -
YUV 161.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 212 164 18 0 0.23 0.92 0.17 45.15 0.84 0.45
Hex D4 A4 12 0 17 5C 11 2D 54 2D
Octal 324 244 22 0 27 134 21 55 124 55
Binary 11010100 10100100 10010 0 10111 1011100 10001 101101 1010100 101101

Color Harmonies of #D4A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A412

Black with #D4A412

Text Example


Text Example

White with #D4A412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A412; }

 p { color: rgb(212,164,18); }

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

background-color css

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

 a { background-color: rgb(212,164,18); }

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

border-color css

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

 span { border-color: rgb(212,164,18); }

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