Html Css Color HEX #D6A416 Galliano

📋 copy color: '#D6A416'

red 214 ◦ green 164 ◦ blue 22

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

Shades of Galliano #D6A416

Tints of Galliano #D6A416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 53.5%
G = 41%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6A416 (or 0xD6A416) is known color: Galliano. HEX triplet: D6, A4 and 16. RGB value is (214,164,22). Sum of RGB (Red+Green+Blue) = 214+164+22=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A416 is #295BE9. Grayscale: #A3A3A3. Windows color (decimal): -2710506 or 1483990. OLE color: 1483990.

HSL color Cylindrical-coordinate representation of color #D6A416: hue angle of 44.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6A416 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 22 -
CMYK 0 0.23 0.90 0.16
HSL 44.38º 0.81% 0.46% -
HSV(B) 44.38º 0.9% 0.84% -
XYZ 41.15 40.9 6.49 -
YUV 162.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 214 164 22 0 0.23 0.90 0.16 44.38 0.81 0.46
Hex D6 A4 16 0 17 5A 10 2C 51 2E
Octal 326 244 26 0 27 132 20 54 121 56
Binary 11010110 10100100 10110 0 10111 1011010 10000 101100 1010001 101110

Color Harmonies of #D6A416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A416

Black with #D6A416

Text Example


Text Example

White with #D6A416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A416; }

 p { color: rgb(214,164,22); }

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

background-color css

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

 a { background-color: rgb(214,164,22); }

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

border-color css

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

 span { border-color: rgb(214,164,22); }

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