Html Css Color HEX #D4A612 Galliano

📋 copy color: '#D4A612'

red 212 ◦ green 166 ◦ blue 18

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

Shades of Galliano #D4A612

Tints of Galliano #D4A612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

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

R = 53.54%
G = 41.92%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4A612 (or 0xD4A612) is known color: Galliano. HEX triplet: D4, A6 and 12. RGB value is (212,166,18). Sum of RGB (Red+Green+Blue) = 212+166+18=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A612 is #2B59ED. Grayscale: #A3A3A3. Windows color (decimal): -2841070 or 1222356. OLE color: 1222356.

HSL color Cylindrical-coordinate representation of color #D4A612: hue angle of 45.77º 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 #D4A612 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 18 -
CMYK 0 0.22 0.92 0.17
HSL 45.77º 0.84% 0.45% -
HSV(B) 45.77º 0.92% 0.83% -
XYZ 40.9 41.31 6.39 -
YUV 162.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 212 166 18 0 0.22 0.92 0.17 45.77 0.84 0.45
Hex D4 A6 12 0 16 5C 11 2E 54 2D
Octal 324 246 22 0 26 134 21 56 124 55
Binary 11010100 10100110 10010 0 10110 1011100 10001 101110 1010100 101101

Color Harmonies of #D4A612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A612

Black with #D4A612

Text Example


Text Example

White with #D4A612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A612; }

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

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

background-color css

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

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

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

border-color css

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

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

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