Html Css Color HEX #D4A610 Galliano

📋 copy color: '#D4A610'

red 212 ◦ green 166 ◦ blue 16

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

Shades of Galliano #D4A610

Tints of Galliano #D4A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 53.81%
G = 42.13%
B = 4.06%

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

#D4A610 (or 0xD4A610) is known color: Galliano. HEX triplet: D4, A6 and 10. RGB value is (212,166,16). Sum of RGB (Red+Green+Blue) = 212+166+16=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A610 is #2B59EF. Grayscale: #A3A3A3. Windows color (decimal): -2841072 or 1091284. OLE color: 1091284.

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

Color convert

RGB 212 166 16 -
CMYK 0 0.22 0.92 0.17
HSL 45.92º 0.86% 0.45% -
HSV(B) 45.92º 0.92% 0.83% -
XYZ 40.88 41.31 6.31 -
YUV 162.65 45.24 163.2 -
System Red Green Blue C M Y K H S L
Decimal 212 166 16 0 0.22 0.92 0.17 45.92 0.86 0.45
Hex D4 A6 10 0 16 5C 11 2E 56 2D
Octal 324 246 20 0 26 134 21 56 126 55
Binary 11010100 10100110 10000 0 10110 1011100 10001 101110 1010110 101101

Color Harmonies of #D4A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A610

Black with #D4A610

Text Example


Text Example

White with #D4A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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